Documentation - v6.7.1
    Preparing search index...

    Interface MatchHeader

    interface MatchHeader {
        extractor?: RegExp;
        location?: "response" | "request" | "any";
        name: MatchOption;
        url?: MatchOption;
    }
    Index
    extractor?: RegExp
    location?: "response" | "request" | "any"