URL specific preload script.

The filter which can match an url.

A filter for the URL.
Path:

webFilter.urlFilter

Hierarchy

  • URLFilter

Properties

authority?: string

A filter for the authority part of the URL.

webFilter.urlFilter.authority

fragment?: string

A filter for the fragment part of the URL.

webFilter.urlFilter.fragment

host?: string

A filter for the host part of the URL.

webFilter.urlFilter.host

path?: string

A filter for the path part of the URL.

webFilter.urlFilter.path

port?: string

A filter for the port part of the URL.

webFilter.urlFilter.port

priority: number

Priority of this filter.

webFilter.urlFilter.priority

query?: string

A filter for the query part of the URL.

webFilter.urlFilter.query

scheme?: string

A filter for the scheme part of the URL.

webFilter.urlFilter.scheme

url?: string

A filter for the whole URL.

webFilter.urlFilter.url

Generated using TypeDoc