Skip to content

HTTP Request

Mahmoud A. Zaid edited this page Mar 12, 2019 · 6 revisions

The HTTP Request contains the followin:

1. Verb

  • HTTP methods such as GET, POST, DELETE, PUT, etc.

2. URI

  • Uniform Resource Identifier (URI) to identify the resource on the server.

3. Version

  • HTTP version. For example, HTTP v1.1.

4. Header

  • Metadata of the HTTP Request message

5. Body

  • Message content or Resource representation.
Clone this wiki locally