1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44
|
HYPERTEXT TRANSFER PROTOCOL PARAMETERS
The Hypertext Transfer Protocol (HTTP) defines some classes of
parameters [RFC2616].
If you are looking for the HTTP data types, you should look in the
file "url-schemes".
HTTP Content-Coding Values
Name Description Reference
------ ----------------------------------------------- ---------
gzip GNU Zip Compression (the "gzip" program) [RFC1952]
compress UNIX File Compression (the "compress" program) [RFC2616]
deflate Deflate Compression with "zlib" format [RFC1950+RFC1951]
identity [RFC2616]
HTTP Transfer Coding Values
Name Description Reference
------ ----------------------------------------------- ---------
chunked [RFC2616]
References
[RFC2068] Feilding, R., J. Gettys, J. Mogul, H. Frystyk, T.
Berners-Lee, "Hypertext Transfer Protocol -- HTTP/1.1", UC
Irvine, DEC, MIT/LCS, January 1997.
[RFC2616] Fielding, R., et. al., "Hypertext Transfer Protocol --
HTTP/1.1", RFC 2616, June 1999.
(last updated May 01 2001)
[]
|