#include <nsHttpRequestHead.h>
Public Member Functions | |
| nsHttpRequestHead () | |
| ~nsHttpRequestHead () | |
| void | SetMethod (nsHttpAtom method) |
| void | SetVersion (nsHttpVersion version) |
| void | SetRequestURI (const nsCSubstring &s) |
| nsHttpHeaderArray & | Headers () |
| nsHttpAtom | Method () |
| nsHttpVersion | Version () |
| const nsCSubstring & | RequestURI () |
| const char * | PeekHeader (nsHttpAtom h) |
| nsresult | SetHeader (nsHttpAtom h, const nsACString &v, PRBool m=PR_FALSE) |
| nsresult | GetHeader (nsHttpAtom h, nsACString &v) |
| void | ClearHeader (nsHttpAtom h) |
| void | ClearHeaders () |
| const char * | FindHeaderValue (nsHttpAtom h, const char *v) |
| PRBool | HasHeaderValue (nsHttpAtom h, const char *v) |
| void | Flatten (nsACString &, PRBool pruneProxyHeaders=PR_FALSE) |
| nsHttpRequestHead::nsHttpRequestHead | ( | ) | [inline] |
| nsHttpRequestHead::~nsHttpRequestHead | ( | ) | [inline] |
| void nsHttpRequestHead::SetMethod | ( | nsHttpAtom | method | ) | [inline] |
| void nsHttpRequestHead::SetVersion | ( | nsHttpVersion | version | ) | [inline] |
| void nsHttpRequestHead::SetRequestURI | ( | const nsCSubstring & | s | ) | [inline] |
| nsHttpHeaderArray& nsHttpRequestHead::Headers | ( | ) | [inline] |
| nsHttpAtom nsHttpRequestHead::Method | ( | ) | [inline] |
| nsHttpVersion nsHttpRequestHead::Version | ( | ) | [inline] |
| const nsCSubstring& nsHttpRequestHead::RequestURI | ( | ) | [inline] |
| const char* nsHttpRequestHead::PeekHeader | ( | nsHttpAtom | h | ) | [inline] |
| nsresult nsHttpRequestHead::SetHeader | ( | nsHttpAtom | h, | |
| const nsACString & | v, | |||
| PRBool | m = PR_FALSE | |||
| ) | [inline] |
| nsresult nsHttpRequestHead::GetHeader | ( | nsHttpAtom | h, | |
| nsACString & | v | |||
| ) | [inline] |
| void nsHttpRequestHead::ClearHeader | ( | nsHttpAtom | h | ) | [inline] |
| void nsHttpRequestHead::ClearHeaders | ( | ) | [inline] |
| const char* nsHttpRequestHead::FindHeaderValue | ( | nsHttpAtom | h, | |
| const char * | v | |||
| ) | [inline] |
| PRBool nsHttpRequestHead::HasHeaderValue | ( | nsHttpAtom | h, | |
| const char * | v | |||
| ) | [inline] |
| void nsHttpRequestHead::Flatten | ( | nsACString & | buf, | |
| PRBool | pruneProxyHeaders = PR_FALSE | |||
| ) |
1.5.6