Home / CSE / Javascript - CS :: Discussion

Discussion :: Javascript - CS

  1. Which of the following is a feature of the HTTP response?

  2. A.

     Mandatory response body

    B.

     Optional response body

    C.

     URL being released

    D.

     Optional set of response headers

    View Answer

    Workspace

    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