HTTP Request Message

From GM-RKB
(Redirected from HTTP Request)
Jump to navigation Jump to search

An HTTP Request Message is a data request message from a http client to a http server over a http protocol.



References

2004

       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