aboutsummaryrefslogtreecommitdiff
path: root/lib/std/http/test.zig
AgeCommit message (Expand)Author
2024-02-28std.http: add tests against regressions for conforming fieldsNameless
2024-02-26http: fix fetching a github releaseJacob Young
2024-02-26std.http.Server: fix use case of streaming both reading and writingAndrew Kelley
2024-02-26std.http.Client: fix UAF when handling redirectsAndrew Kelley
2024-02-25Merge pull request #19077 from Techatrix/http-header-parseAndrew Kelley
2024-02-25http: handle header fields with empty valueTechatrix
2024-02-24std.http tests: wait for server responseAndrew Kelley
2024-02-23std.http.Server: expose arbitrary HTTP headersAndrew Kelley
2024-02-23std.http: disable the test that was never passing on windowsAndrew Kelley
2024-02-23wasi: don't try to test httpAndrew Kelley
2024-02-23std.http: migrate remaining test/standalone/http.zig to std libAndrew Kelley
2024-02-23std.http.Server: implement respondStreaming with unknown lenAndrew Kelley
2024-02-23std.http: refactor unit testsAndrew 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-23std.http.Server: reimplement chunked uploadingAndrew Kelley
2024-02-23std.http.Server: rework the API entirelyAndrew Kelley
2024-02-23std.net, std.http: simplifyAndrew Kelley
2024-02-23std.http: skip tests on wasi and single-threadedAndrew Kelley
2024-02-23std.http: parser fixesAndrew Kelley
2024-02-23std: convert http trailers test to unit testAndrew Kelley
2023-05-06std.http: add simple standalone http tests, add state check for http serverNameless
2023-04-26std.http: do -> wait, fix redirectsNameless
2023-04-21create std.http.Server.Response.deinit to handle keepalive connectionsRyo Ota
2023-04-21move the HTTP test to lib/std/http/test.zigRyo Ota