# Functions
FasthttpHTTPDialer returns a fasthttp.DialFunc that dials using the provided HTTP proxy.
FasthttpHTTPDialerTimeout returns a fasthttp.DialFunc that dials using the provided HTTP proxy using the given timeout.
FasthttpProxyHTTPDialer returns a fasthttp.DialFunc that dials using the the env(HTTP_PROXY, HTTPS_PROXY and NO_PROXY) configured HTTP proxy.
FasthttpProxyHTTPDialer returns a fasthttp.DialFunc that dials using the env(HTTP_PROXY, HTTPS_PROXY and NO_PROXY) configured HTTP proxy using the given timeout.
FasthttpSocksDialer returns a fasthttp.DialFunc that dials using the provided SOCKS5 proxy.