aboutsummaryrefslogtreecommitdiff
path: root/test/standalone/http.zig
AgeCommit message (Expand)Author
2024-02-23std.http: migrate remaining test/standalone/http.zig to std libAndrew Kelley
2024-02-23std.http.Server: handle expect: 100-continue requestsAndrew Kelley
2024-02-23std.http.Server.Request.Respond: support all transfer encodingsAndrew Kelley
2024-02-23update standalone http test file to new APIAndrew Kelley
2024-02-23std.net, std.http: simplifyAndrew Kelley
2024-02-23std.http.Client: remove bad decisions from fetch()Andrew Kelley
2024-02-23Revert "std.http: remove 'done' flag"Andrew Kelley
2024-02-23std: convert http trailers test to unit testAndrew Kelley
2024-02-23std.http: remove Headers APIAndrew Kelley
2024-02-23std.http: remove 'done' flagAndrew Kelley
2024-02-01std: make options a struct instance instead of a namespaceVeikka Tuominen
2024-01-13std.http: add missing documentation and a few examplesNameless
2023-10-21std.http.Client: documentaion fixesNameless
2023-10-21std.http: rename start->send and request->open to be more inline with operationNameless
2023-10-21std.http.Server: improve documentation, do -> startNameless
2023-10-21std.http.Client: add option to disable httpsNameless
2023-10-21std.http.Client: store *Connection instead of a pool node, buffer writesNameless
2023-10-21std.http.Client: enhance proxy supportNameless
2023-09-28std.http: introduce options to http client to allow for raw urisEmil Lerch
2023-08-30std.http: allow for arbitrary http methodsNameless
2023-08-29std.http.Server: responses to HEAD not allowed to have a payloadNameless
2023-08-29std.http: handle expect:100-continue and continue responsesNameless
2023-08-29std.http: add Client.fetch and improve redirect logicNameless
2023-07-07std.http: fix leaked connections (#16341)Nameless
2023-06-17std.http: Fix segfault while redirectingMizuochi Keita
2023-06-01std.http.Server: collapse BufferedConnection into ConnectionNameless
2023-05-06fix keepalive and large buffered writesNameless
2023-05-06std.http.Server: give Response access to their own allocatorNameless
2023-05-06std.http.Server: use enum for reset state instead of boolNameless
2023-05-06std.http: add simple standalone http tests, add state check for http serverNameless