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

  • Home
  • SEARCH
  • 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
From http://www.jibbering.com/faq/faq_notes/closures.html : Note: ECMAScript defines an internal [[prototype]] property of the internal Object
The HttpRequest class defines two properties: HttpMethod : Gets the HTTP data transfer method
HTTP defines the status 401 Unauthorized for missing authentication, but this status only applies
Say, we have some items, and each defines some partial sorting rules, like this:
I have a HTTP client that sets the Connection header to the following value
R5RS gives proposed macro definitions for library forms of syntax: http://schemers.org/Documents/Standards/R5RS/HTML/r5rs-Z-H-10.html#%_sec_7.3 Which also defines
XML spec defines a subset of Unicode characters which are allowed in XML documents:
RFC1123 defines a number of things, among them, the format of Dates to be

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.