stoobly
    Preparing search index...

    Interface InterceptorUrl

    interface InterceptorUrl {
        matchRules?: MatchRule[];
        pattern: string | RegExp;
        publicDirectoryPath?: string;
        responseFixturesPath?: string;
        rewriteRules?: RewriteRule[];
    }
    Index

    Properties

    matchRules?: MatchRule[]
    pattern: string | RegExp
    publicDirectoryPath?: string
    responseFixturesPath?: string
    rewriteRules?: RewriteRule[]