This shows the results of a search given the criteria provided by the search facet sidebar. Within the sidebar, a traditional keyword search can be provided. This will search for objects that contain the given text.
You can then further filter the results using the remaining sections that describe different facets. You can filter by the type by switching off types you do not care about. For the other sections, environment and architecture and tags, you can switch on the ones you do care about. Objects that do not match the switched on items will not be within the list. If all switches are off for the environment and architecture and tags, then the results will contain all items and not be filtered.
http-proxy-agent
An HTTP(s) proxy `http.Agent` implementation for HTTP
https-proxy-agent
An HTTP(s) proxy `http.Agent` implementation for HTTPS
pac-proxy-agent
A PAC file proxy `http.Agent` implementation for HTTP
pac-resolver
Generates an asynchronous resolver function from a PAC file
proxy-agent
Maps proxy protocols to `http.Agent` implementations
proxy-from-env
Offers getProxyForUrl to get the proxy URL for a URL, respecting the *_PROXY (e.g. HTTP_PROXY) and NO_PROXY environment variables.
socks
Fully featured SOCKS proxy client supporting SOCKSv4, SOCKSv4a, and SOCKSv5. Includes Bind and Associate functionality.
socks-proxy-agent
A SOCKS proxy `http.Agent` implementation for HTTP and HTTPS