Discussion :: Javascript - CS
- Which of the following is a feature of the HTTP response?
A.
Mandatory response body |
B.
Optional response body |
C.
URL being released |
D.
Optional set of response headers |
Answer : Option A
Explanation :
The HTTP response sent by a server has three parts :
1. A numeric and textual status code that indicates the success or failure of the request
2. A set of response headers
3. The response body
Be The First To Comment