aboutsummaryrefslogtreecommitdiff
path: root/lib/std/http.zig
AgeCommit message (Expand)Author
2024-07-04std: avoid references that trigger compile errorsmlugg
2024-02-23std.http.Server: expose arbitrary HTTP headersAndrew Kelley
2024-02-23wasi: don't try to test httpAndrew Kelley
2024-02-23std.http.Server: reimplement chunked uploadingAndrew Kelley
2024-02-23std.http.Server: rework the API entirelyAndrew Kelley
2024-02-23std.http: remove format() method of MethodAndrew Kelley
2024-02-23std: convert http trailers test to unit testAndrew Kelley
2024-02-23std.http: remove Headers APIAndrew Kelley
2024-01-03Remove some `@as` coercions from assertionsCarl Ã…stholm
2023-10-21std.http: fix crashes found via fuzzingNameless
2023-10-21std.http: make encoding fields non-null, store as enum variantNameless
2023-10-21Fix simple doc mistakes. (#17624)JustinWayland
2023-09-26std.http: add identity to content encodings (#16493)Chris Burgess
2023-08-30std.http: allow for arbitrary http methodsNameless
2023-07-23Fix the http.Server test and add it to the set of tests in http.zigjim price
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