1
5
3
4 E. 2
Answer is Wrong!
Answer is Right!
The correct answer is C. An HTTP request contains 3 parts:
- Method: The method indicates the action that the client wants the server to perform. For example, GET, POST, PUT, DELETE, and HEAD.
- Request-URI: The request-URI specifies the resource that the client is requesting. For example,
/index.htmlor/api/v1/users. - HTTP Version: The HTTP version indicates the version of the HTTP protocol that the client is using. For example,
HTTP/1.1orHTTP/2.
Option A is incorrect because
an HTTP request contains 3 parts, not 1.Option B is incorrect because an HTTP request contains 3 parts, not 5.
Join Our Telegram Channel