aboutsummaryrefslogtreecommitdiff
path: root/lib/std/http.zig
AgeCommit message (Expand)Author
2023-03-09std.http: split Client's parts into their own filesNameless
2023-03-09std.http: handle compressed payloadsNameless
2023-01-05std.http.Client: support transfer-encoding: chunkedAndrew Kelley
2023-01-05std.http.Class: classify out-of-range codes as server_errorAndrew Kelley
2023-01-04std.http.Client: support HTTP redirectsAndrew Kelley
2023-01-04std.http.Headers.Parser: parse version and statusAndrew Kelley
2023-01-02add std.http.HeadersAndrew Kelley
2023-01-02std.http reorg; introduce std.crypto.TlsAndrew Kelley
2022-05-11std: add http definitions for Method and Status (#10661)Meghan
2020-09-29move std.http to the standard library orphanageAndrew Kelley
2020-08-20add license header to all std lib filesAndrew Kelley
2019-09-25mv std/ lib/Andrew Kelley