Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 176521
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T13:53:33+00:00 2026-05-11T13:53:33+00:00

HTTP defines eight methods (sometimes referred to as verbs) Can you help me find

  • 0

HTTP defines eight methods (sometimes referred to as ‘verbs’)

Can you help me find examples for each one so I can test and understand them better?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. 2026-05-11T13:53:33+00:00Added an answer on May 11, 2026 at 1:53 pm

    First you should take a look into the HTTP 1.1 specification, especially the section method definitions.

    • OPTIONS Get information about how the server allows to communicate with.

      Request:

      OPTIONS * HTTP/1.1 Host: example.com 

      Response:

      HTTP/1.1 200 OK Date: … Allow: OPTIONS, GET, HEAD, POST, PUT, DELETE, TRACE Content-Length: 0 
    • GET Retrieve a resource.

      Request:

      GET /foo/bar HTTP/1.1 Host: example.com 

      Response:

      HTTP/1.1 200 OK Date: … Content-Type: text/html;charset=utf-8 Content-Length: 12345   <!DOCTYPE … 
    • HEAD Like GET, but returns just the HTTP header.

      Request:

      HEAD /foo/bar HTTP/1.1 Host: example.com 

      Response:

      HTTP/1.1 200 OK Date: … Content-Type: text/html;charset=utf-8 Content-Length: 12345 
    • POST Create a new resource.

      Request:

      POST /foo/bar HTTP/1.1 Host: example.com Content-Type: application/x-www-form-urlencoded   action=addentry&subject=Hello,%20World 

      Response:

      HTTP/1.1 201 Created Date: … Content-Length: 0 Location: http://example.com/foo/bar         
    • PUT Send data to the server.

    • DELETE Delete an existing resource.

    • TRACE Return the request headers sent by the client.

      Request:

      TRACE /foo/bar HTTP/1.1 Host: example.com 

      Response:

      HTTP/1.1 200 OK Date: … Content-Length: 17   Host: example.com 

    I don’t know exactly if these examples are correct. Feel free to correct them.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

The HTTP/1.1 specification ( RFC2616 ) defines a number of status codes that can
According to the Spring Documentation here : While HTTP defines these four methods, HTML
http://jqueryui.com/demos/accordion/ You can do $('#itename').accordion('activate', 0) to make an accordion closed but that'll change
The PSGI specification defines the HTTP response as consisting of three parts, the third
The complete code can be found here: http://www.webdeveloper.com/forum/showthread.php?t=224180#6 This emulates jquery like functionality. The
I would like to create an XSD that defines an attribute which can be
HTTP defines the status 401 Unauthorized for missing authentication, but this status only applies
Fiddle me this: http://jsfiddle.net/TrySpace/QZMP6/17/ After editing the input field, the html updates on each
According to RFC 2616 , which defines HTTP/1.1, the Host: header is mandatory. A
The XML Schema spec defines a lot of built in data types http://www.w3.org/TR/xmlschema-2/#built-in-datatypes is

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.