WARNING: Most of this content (with the exception of the Mozilla 1.9 XPCOM reference) is very old, and can be expected to be out of date and possibly obsolete. For better XUL documentation, please visit the XUL hub at the Mozilla Developer Center.
nsIHttpHeaderVisitor
| IID: | 0cf40717-d7c1-4a94-8c1e-d6c9734101bb |
| Inherits From: | nsISupports |
| Status: | FROZEN |
Implement this interface to visit http headers.
Methods
void visitHeader ( ACString header , ACString value )
void visitHeader ( ACString header , ACString value )
Called by the nsIHttpChannel implementation when visiting request and response headers.
- Arguments:
- header: the header being visited.
- value: the header value (possibly a comma delimited list).
References
This interface is passed as an argument to the following methods:
nsIHttpChannel.visitRequestHeaders, nsIHttpChannel.visitResponseHeaders
Reference documentation is generated from Mozilla's source.
