6 Response


After receiving and interpreting a request message, a server responds with an HTTP response message.
       Response      = Status-Line               ; Section 6.1
                       *(( general-header        ; Section 4.5
                        | response-header        ; Section 6.2
                        | entity-header ) CRLF)  ; Section 7.1
                       CRLF
                       [ message-body ]          ; Section 7.2
 
1.      Status-Line ... 6.1  
1.   Status Code and Reason Phrase ... 6.1.1  
2.   Response Header Fields ... 6.2