A type that extends ProxyConfig
.
Constructs a new instance of a list of ProxyConfig.
The parent PropertyList
instance, or undefined
if there is no parent.
An array of items of type T
used to populate the list.
Protected
_Protected
listProtected
parentProtected
typeOptional
prune: booleanOptional
_value: anyOptional
before: numberOptional
after: numberResolves the proxy configuration for a given URL. It only returns the first one if multiple matches are found.
Optional
url: UrlThe URL to resolve the proxy configuration for. If not provided, null
is returned.
The first matching proxy configuration as a JSON object, or null
if no match is found.
Static
isStatic
isDetermines if the given object is a ProxyConfigList.
The object to check.
true
if the object is a ProxyConfigList, otherwise false
.
A specialized list class for managing
ProxyConfig
objects.