interface RuleHttpMatchPathFilter {
    pathFilterType: RuleHttpMatchPathFilterPathFilterType;
    value: string;
}

Properties

Type of filter to match for the HTTP URL path. For now, all path filters must be written in regex and use the regex type.

value: string

Value to be matched for the HTTP URL path.