Question:medium

In an HTTP request message, the first line is called:

Show Hint

Remember the structure of an HTTP request message: Request Line, Headers, and Body.
Updated On: Feb 11, 2026
  • Header Line
  • Request Line
  • Tail Line
  • Status Line
Show Solution

The Correct Option is B

Solution and Explanation

The "Request Line" is the initial line of an HTTP request, detailing the method (e.g., GET, POST), the resource, and the HTTP version.
Was this answer helpful?
0