zig/lib/std/http
Emil Lerch fcca3cd1a3
std.http: introduce options to http client to allow for raw uris
Addresses #17015 by introducing a new startWithOptions. The only option is currently is a flag
to use the provided URI as is, without modification when passed to the server. Normally, this
is not needed nor desired. However, some REST APIs may have requirements that cannot be satisfied
with the default handling.
2023-09-28 14:16:39 +03:00
..
Client.zig std.http: introduce options to http client to allow for raw uris 2023-09-28 14:16:39 +03:00
Headers.zig std.http: add Client.fetch and improve redirect logic 2023-08-29 21:42:53 -05:00
protocol.zig std.http: handle expect:100-continue and continue responses 2023-08-29 21:42:53 -05:00
Server.zig std.http: add identity to content encodings (#16493) 2023-09-26 17:16:40 -04:00