Multiple choice

A request message always contains

  1. a header

  2. a status line

  3. a status line and a header

  4. a request line

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

An HTTP request message always contains a request line, which includes the HTTP method (GET, POST, etc.), the requested URI, and the HTTP version. Headers and body are optional but the request line is mandatory.