nsIHTTPHeaderListener
IID: | 8b246748-1dd2-11b2-9512-9dc84a95fc2f |
Inherits From: | nsISupports |
The nsIHTTPHeaderListener interface allows plugin authors to access HTTP Response headers after issuing an nsIPluginManager::{GetURL,PostURL}() call.
IMPORTANT NOTE: The plugin author must provide an instance to {GetURL,PostURL}() that implements both nsIPluginStreamListener and nsIHTTPHeaderListener. This instance is passed in through {GetURL,PostURL}()'s streamListener parameter. The browser will then QI thi streamListener to see if it implements nsIHTTPHeaderListener.
Methods
void newResponseHeader ( char* headerName , char* headerValue )
void newResponseHeader ( char* headerName , char* headerValue )
Called for each HTTP Response header. NOTE: You must copy the values of the params.
- Arguments:
- headerName
- headerValue
Reference documentation is generated from Mozilla's source.