Skip to content

HTTP Request

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

The client send HTTP Request contains the following format:

1. Request Line

Request-Line = Method SP Request-URI SP HTTP-Version CRLF

  • Verb: HTTP methods such as GET, POST, DELETE, PUT, etc.
  • URI: Uniform Resource Identifier (URI) to identify the resource on the server.
  • Version: HTTP version. For example, HTTP v1.1.

2. Header

  • Metadata of the HTTP Request message may be zero headres or more than one

3 . Body

  • Message content or Resource representation.
Clone this wiki locally