Added missing HTTP header atoms

This commit is contained in:
fur%netscape.com 1999-12-03 01:44:38 +00:00
parent 3468e9f45b
commit 316fe1fcf8

View File

@ -71,6 +71,7 @@ HTTP_ATOM(If_None_Match, "if-mone-match")
HTTP_ATOM(If_None_Match_Any, "if-none-match-any")
HTTP_ATOM(If_Range, "if-range")
HTTP_ATOM(If_Unmodified_Since, "if-unmodified-since")
HTTP_ATOM(Keep_Alive, "keep-alive")
HTTP_ATOM(Last_Modified, "last-modified")
HTTP_ATOM(Link, "link")
HTTP_ATOM(Location, "location")
@ -78,13 +79,17 @@ HTTP_ATOM(Max_Forwards, "max-forwards")
HTTP_ATOM(Message_Id, "message-id")
HTTP_ATOM(Mime, "mime")
HTTP_ATOM(Pragma, "pragma")
HTTP_ATOM(Proxy_Authenticate, "proxy-authenticate")
HTTP_ATOM(Proxy_Authorization, "proxy-authorization")
HTTP_ATOM(Range, "range")
HTTP_ATOM(Referer, "referer")
HTTP_ATOM(Retry_After, "retry-after")
HTTP_ATOM(Server, "server")
HTTP_ATOM(TE, "te")
HTTP_ATOM(Title, "title")
HTTP_ATOM(Trailer, "trailer")
HTTP_ATOM(Transfer_Encoding, "transfer-encoding")
HTTP_ATOM(Upgrade, "upgrade")
HTTP_ATOM(URI, "uri")
HTTP_ATOM(User_Agent, "user-agent")
HTTP_ATOM(Version, "version")