aboutsummaryrefslogtreecommitdiff
path: root/lib/std/http.zig
AgeCommit message (Expand)Author
2023-06-19all: zig fmt and rename "@XToY" to "@YFromX"Eric Joldasov
2023-05-06std.http: add simple standalone http tests, add state check for http serverNameless
2023-04-30std: fix a bunch of typosLinus Groh
2023-04-26std.http: fix name of Status field to better match RFC name (#15455)Meghan
2023-04-21move the HTTP test to lib/std/http/test.zigRyo Ota
2023-04-17std.http: use 'Field' to describe an individual headerNameless
2023-04-17std.http: add HeadersNameless
2023-04-17std.http: very basic http client proxyNameless
2023-04-08std.http: add http serverNameless
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