5 Request


A request message from a client to a server includes, within the first line of that message, the method to be applied to the resource, the identifier of the resource, and the protocol version in use.
        Request       = Request-Line              ; Section 5.1
                        *(( general-header        ; Section 4.5
                         | request-header         ; Section 5.3
                         | entity-header ) CRLF)  ; Section 7.1
                        CRLF  
                        [ message-body ]          ; Section 4.3  
 
1.      Request-Line ... 5.1  
1.   Method ... 5.1.1  
2.   Request-URI ... 5.1.2  
2.   The Resource Identified by a Request ... 5.2  
3.   Request Header Fields ... 5.3