protocols:http
This is an old revision of the document!
HTTP
Intro
HTTP can run in two modes:
- Non-Persistent - each response/request is sent over separate TCP connection
- Persistent - re-using same TCP connection for all request/responses
There are two HTTP message types:
- Request
- Response
Both have a Request line, headers, an empty line and optional body.
HTTP Request Message
protocols/http.1782481567.txt.gz · Last modified: by v1ctor
