zig/lib/std/http
Chris Burgess 1c726bcb32
std.http: add identity to content encodings (#16493)
Some servers will respond with the identity encoding, meaning no
encoding, especially when responding to range-get requests. Adding the
identity encoding stops the header parser from failing when it
encounters this.
2023-09-26 17:16:40 -04:00
..
Client.zig std.http: add identity to content encodings (#16493) 2023-09-26 17:16:40 -04: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