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.
[scriptable, uuid(602e8cf0-c387-4598-9e6c-aa4b1551ed1c)]
interface nsIHttpChannelInternal : nsISupports
Attributes
An http channel can own a reference to the document URI
attribute
nsIURI
documentURI
Methods
Get the major/minor version numbers for the request
void
getRequestVersion(out unsigned long major, out unsigned long minor)
Get the major/minor version numbers for the response
void
getResponseVersion(out unsigned long major, out unsigned long minor)
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).
@param aCookieHeader
The cookie header to be parsed.
void
setCookie(in string aCookieHeader)
Compare to: