aboutsummaryrefslogtreecommitdiff
path: root/lib/std/http/test.zig
AgeCommit message (Expand)Author
2025-11-01Revert "std.http: disable failing test on 32-bit arm"Jacob Young
2025-10-29std.http: disable failing test on 32-bit armAndrew Kelley
2025-10-29WIP: hack away at std.Io return flightAndrew Kelley
2025-10-29WIP: hack at std.Io on a planeAndrew Kelley
2025-10-06fix read of undefined in http testsxdBronch
2025-08-15std.compress.zstd.Decompress fixesAndrew Kelley
2025-08-13std.io.Writer.Allocating: rename getWritten() to written()Isaac Freund
2025-08-11std.ArrayList: make unmanaged the defaultAndrew Kelley
2025-08-07std.http.Client: fix fetching by adding a bufferAndrew Kelley
2025-08-07std.http: remove custom method supportAndrew Kelley
2025-08-07std.http.Server: add safety for invalidated Head stringsAndrew Kelley
2025-08-07std.Io.Reader: fix appendRemainingUnlimitedAndrew Kelley
2025-08-07http fixesAndrew Kelley
2025-08-07std.http: rework for new std.Io APIAndrew Kelley
2025-07-14std.net: update to new I/O APIAndrew Kelley
2025-07-07std.fmt: breaking API changesAndrew Kelley
2024-09-19disable failing testAndrew Kelley
2024-04-10Uri: propagate per-component encodingJacob Young
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