nsIHttpChannelInternal
| IID: | 602e8cf0-c387-4598-9e6c-aa4b1551ed1c |
| Inherits From: | nsISupports |
Dumping ground for http. This interface will never be frozen. If you are using any feature exposed by this interface, be aware that this interface will change and you will be broken. You have been warned.
Properties
nsIURI documentURI
An http channel can own a reference to the document URI
Methods
void getRequestVersion ( out PRUint32 major , out PRUint32 minor )
void getResponseVersion ( out PRUint32 major , out PRUint32 minor )
void setCookie ( char* cookieHeader )
void getRequestVersion ( out PRUint32 major , out PRUint32 minor )
Get the major/minor version numbers for the request
- Arguments:
- major
- minor
void getResponseVersion ( out PRUint32 major , out PRUint32 minor )
Get the major/minor version numbers for the response
- Arguments:
- major
- minor
void setCookie ( char* cookieHeader )
Helper method to set a cookie with a consumer-provided cookie header, _but_ using the channel's other information (URI's, prompters, date headers etc).
- Arguments:
- cookieHeader: The cookie header to be parsed.
Reference documentation is generated from Mozilla's source.
