# Functions
WithHostNetworkHTTPProxyAndURL returns a [TestCase] where:
- we fetch a URL;
- using the host network;
- and an HTTP proxy.
WithHostNetworkHTTPWithTLSProxyAndURL returns a [TestCase] where:
- we fetch a URL;
- using the host network;
- and an HTTPS proxy.
WithHostNetworkSOCKSProxyAndURL returns a [TestCase] where:
- we fetch a URL;
- using the host network;
- and a SOCKS5 proxy.
WithNetemHTTPProxyAndURL returns a [TestCase] where:
- we fetch a URL;
- using the github.com/ooni.netem;
- and an HTTP proxy.
WithNetemHTTPWithTLSProxyAndURL returns a [TestCase] where:
- we fetch a URL;
- using the github.com/ooni.netem;
- and an HTTPS proxy.
WithNetemSOCKSProxyAndURL returns a [TestCase] where:
- we fetch a URL;
- using the github.com/ooni.netem;
- and a SOCKS5 proxy.
# Variables
HTTPTestCases contains the HTTP test cases.
SOCKSTestCases contains the SOCKS test cases.
# Interfaces
TestCase is a test case implemented by this package.