What are the Components of an HTTP Request?
An HTTP request have five components. These are: Action showing HTTP method like GET, PUT, POST, DELETE. Uniform Resource Identifier (URI): URI is the identifier for the resource on the server. HTTP version: Indicate the HTTP version like- HTTP V1.1. Request Header: Request Header carries metadata for the HTTP request message. Metadata could be a … Read more