ReactOS 0.4.16-dev-91-g764881a
|
Additional Inherited Members | |
Public Attributes inherited from nsIChannel | |
const UINT | LOAD_DOCUMENT_URI = 1 << 16 |
const UINT | LOAD_RETARGETED_DOCUMENT_URI = 1 << 17 |
const UINT | LOAD_REPLACE = 1 << 18 |
const UINT | LOAD_INITIAL_DOCUMENT_URI = 1 << 19 |
const UINT | LOAD_TARGETED = 1 << 20 |
const UINT | LOAD_CALL_CONTENT_SNIFFERS = 1 << 21 |
const UINT | LOAD_CLASSIFY_URI = 1 << 22 |
const UINT | LOAD_MEDIA_SNIFFER_OVERRIDES_CONTENT_TYPE = 1 << 23 |
const UINT | LOAD_EXPLICIT_CREDENTIALS = 1 << 24 |
Definition at line 615 of file nsiface.idl.
nsresult nsIHttpChannel::GetRequestHeader | ( | const nsACString * | aHeader, |
nsACString * | _retval | ||
) |
nsresult nsIHttpChannel::GetRequestMethod | ( | nsACString * | aRequestMethod | ) |
nsresult nsIHttpChannel::GetResponseHeader | ( | const nsACString * | header, |
nsACString * | _retval | ||
) |
nsresult nsIHttpChannel::GetResponseStatusText | ( | nsACString * | aResponseStatusText | ) |
nsresult nsIHttpChannel::SetRequestHeader | ( | const nsACString * | aHeader, |
const nsACString * | aValue, | ||
bool | aMerge | ||
) |
nsresult nsIHttpChannel::SetRequestMethod | ( | const nsACString * | aRequestMethod | ) |
nsresult nsIHttpChannel::SetResponseHeader | ( | const nsACString * | header, |
const nsACString * | value, | ||
bool | merge | ||
) |
nsresult nsIHttpChannel::VisitRequestHeaders | ( | nsIHttpHeaderVisitor * | aVisitor | ) |
nsresult nsIHttpChannel::VisitResponseHeaders | ( | nsIHttpHeaderVisitor * | aVisitor | ) |