aboutsummaryrefslogtreecommitdiff
path: root/test/standalone/http.zig
AgeCommit message (Expand)Author
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