From 316fe1fcf881ea6ce4f5031b503d44f846341778 Mon Sep 17 00:00:00 2001 From: "fur%netscape.com" Date: Fri, 3 Dec 1999 01:44:38 +0000 Subject: [PATCH] Added missing HTTP header atoms --- netwerk/protocol/http/src/nsHTTPAtomList.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/netwerk/protocol/http/src/nsHTTPAtomList.h b/netwerk/protocol/http/src/nsHTTPAtomList.h index fdbd9e14cd73..4247f55b8e0a 100644 --- a/netwerk/protocol/http/src/nsHTTPAtomList.h +++ b/netwerk/protocol/http/src/nsHTTPAtomList.h @@ -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")