zig/lib/std/http
Nameless 1afeada2d9
std.http.Client: enhance proxy support
adds connectTunnel to form a HTTP CONNECT tunnel to the desired host.
Primarily implemented for proxies, but like connectUnix may be called by
any user.

adds loadDefaultProxies to load proxy information from common
environment variables (http_proxy, HTTP_PROXY, https_proxy, HTTPS_PROXY,
all_proxy, ALL_PROXY).
- no_proxy and NO_PROXY are currently unsupported.

splits proxy into http_proxy and https_proxy, adds headers field for
arbitrary headers to each proxy.
2023-10-21 20:52:58 -05:00
..
Client.zig std.http.Client: enhance proxy support 2023-10-21 20:52:58 -05:00
Headers.zig Fix simple doc mistakes. (#17624) 2023-10-21 21:24:55 +00:00
protocol.zig std.simd: return comptime_int from suggestVectorSize 2023-10-13 16:58:05 +03:00
Server.zig Update Server.zig:{listen, do} to specify error enums 2023-10-06 23:47:19 +00:00