Multiple choice A request message always contains a header a status line a status line and a header 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.