
nsIHttpHeaderVisitor
This interface provides a mechanism for visiting HTTP headers. It is scriptable.
Is called by the
nsIHttpChannelimplementation when visiting request and response headers.Syntax:
void nsIHttpHeaderVisitor::visitHeader( in ACString aHeader, in ACString aValue)Parameters:
Note: Throw any exception to terminate enumeration.
nsresult:
| Written by:Ellen Evans | Comments, questions, complaints?
Bug 143387 |