Struct xpcom::interfaces::nsIHttpHeaderVisitor [] [src]

#[repr(C)]
pub struct nsIHttpHeaderVisitor { /* fields omitted */ }

interface nsIHttpHeaderVisitor : nsISupports

/**
 * Implement this interface to visit http headers.
 */

Methods

impl nsIHttpHeaderVisitor
[src]

[src]

Cast this nsIHttpHeaderVisitor to one of its base interfaces.

impl nsIHttpHeaderVisitor
[src]

[src]

/**
     * Called by the nsIHttpChannel implementation when visiting request and
     * response headers.
     *
     * @param aHeader
     *        the header being visited.
     * @param aValue
     *        the header value (possibly a comma delimited list).
     *
     * @throw any exception to terminate enumeration
     */

[must_use] void visitHeader (in ACString aHeader, in ACString aValue);

Methods from Deref<Target = nsISupports>

[src]

Cast this nsISupports to one of its base interfaces.

[src]

void QueryInterface (in nsIIDRef uuid, [iid_is (uuid), retval] out nsQIResult result);

[src]

[noscript,notxpcom] nsrefcnt AddRef ();

[src]

[noscript,notxpcom] nsrefcnt Release ();

Trait Implementations

impl XpCom for nsIHttpHeaderVisitor
[src]

IID: nsIID = nsID(893462617, 47577, 16956, [136, 102, 45, 69, 89, 253, 210, 190])

[src]

Perform a QueryInterface call on this object, attempting to dynamically cast it to the requested interface type. Returns Some(RefPtr) if the cast succeeded, and None otherwise. Read more

impl RefCounted for nsIHttpHeaderVisitor
[src]

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsIHttpHeaderVisitor
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.