nsIHttpHeaderVisitor

Implement this interface to visit http headers.

Methods

visitHeader(aHeader, aValue)

Called by the nsIHttpChannel implementation when visiting request and
response headers.

@throw any exception to terminate enumeration

Parameters

aHeader the header being visited.
aValue the header value (possibly a comma delimited list).