1.

What Are The Core Components Of A Http Request?

Answer»

A HTTP Request has five major parts :

  1. VERB Indicate HTTP methods such as GET, POST, DELETE, PUT etc.
  2. URI Uniform Resource Identifier (URI) to IDENTIFY the resource on server.
  3. HTTP VERSION Indicate HTTP version, for example HTTP v1.1 .
  4. Request Header − Contains metadata for the HTTP Request MESSAGE as key-value pairs. For example, client ( or browser) type, format supported by client, format of message body, cache settings etc.
  5. Request Body − Message content or Resource representation.

A HTTP Request has five major parts :



Discussion

No Comment Found