InterviewSolution
Saved Bookmarks
| 1. |
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» The correct option is (a) Mandatory response body Best explanation: The HTTP response sent by a server has three parts : a numeric and textual status code that indicates the success or failure of the request a set of response headers the response body |
|