ええコンサルタント > セキュリティプラザ > ネットワークセキュリティ
| 1 | Start-line = [Request Start-line | Response Start-line] |
| 2 | Message Header
= *([General Header|[Request Header | Response Header] | Entity Header] CRLF) |
| 3 | CRLF |
| 4 | Message Body |
|
Request Start-line = METHOD SP Request-URI SP HTTP-Version CRLF
METHOD = [OPTIONS | GET | HEAD | POST | PUT | DELETE | TRACE | CONNECT | extension] |
| Response Start-line = HTTP-Version SP Status-Code SP Reason-Phrase CRLF Status-Code = [1xx:Informational | 2xx:Success | 3xx:Redirection | 4xx:Client Error | 5xx:Server Error]
|
| General Header >Cache-Control >Connection >Date >Pragma >Trailer >Transfer-Encoding >Upgrade >Via >Warning | |
| Request Header >TE >Host >Range >Refer >Expect >From >Accept >Accept-Charset >Accept-Encoding >Accept-Language >Authorization >If-Match >If-Range >If-None-Match >If-Modified-Since >If-Unmodified-Since >Proxy-Authorization >User-Agent >Max-Forwards |
Response Header >Age >ETag >Vary >Server >Allow >Location >Retry-After >Accept-Ranges >WWW-Authenticate >Proxy-Authenticate |
| Entity Header >Allow >Content-Encoding >Content-Language >Content-Length >Content-Location >Content-MD5 >Content-Range >Content-Type >Expires >Last-Modified >extension-headers | |