index
:
zig
0.10.x
0.11.x
0.12.x
0.14.x
0.15.x
0.7.x
0.8.x
0.9.x
ArrayList-reserve
Io.net
aro
ast-node-methods
async-await-demo
autofix
ci-perf-comment
ci-scripts
ci-tarballs
cli
comptime-allocator
elfv2-dyn
fixes
fuzz-macos
hcs
incr-bug
io-threaded-no-queue
jobserver
json-diagnostics
llvm-ir-nosanitize-metadata
macos-debug-info
main
make-vs-configure
master
more-doctests
new-pkg-hash
powerpc64le
restricted-function-pointers
rework-comptime-mutation
sans-aro
sha1-stream
spork8
stage2-async
threadpool
threadtheft
wasm-linker-writer
wrangle-writer-buffering
General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software. https://ziglang.org
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
std
/
http
/
test.zig
Age
Commit message (
Expand
)
Author
2025-11-01
Revert "std.http: disable failing test on 32-bit arm"
Jacob Young
2025-10-29
std.http: disable failing test on 32-bit arm
Andrew Kelley
2025-10-29
WIP: hack away at std.Io return flight
Andrew Kelley
2025-10-29
WIP: hack at std.Io on a plane
Andrew Kelley
2025-10-06
fix read of undefined in http tests
xdBronch
2025-08-15
std.compress.zstd.Decompress fixes
Andrew Kelley
2025-08-13
std.io.Writer.Allocating: rename getWritten() to written()
Isaac Freund
2025-08-11
std.ArrayList: make unmanaged the default
Andrew Kelley
2025-08-07
std.http.Client: fix fetching by adding a buffer
Andrew Kelley
2025-08-07
std.http: remove custom method support
Andrew Kelley
2025-08-07
std.http.Server: add safety for invalidated Head strings
Andrew Kelley
2025-08-07
std.Io.Reader: fix appendRemainingUnlimited
Andrew Kelley
2025-08-07
http fixes
Andrew Kelley
2025-08-07
std.http: rework for new std.Io API
Andrew Kelley
2025-07-14
std.net: update to new I/O API
Andrew Kelley
2025-07-07
std.fmt: breaking API changes
Andrew Kelley
2024-09-19
disable failing test
Andrew Kelley
2024-04-10
Uri: propagate per-component encoding
Jacob Young
2024-02-28
std.http: add tests against regressions for conforming fields
Nameless
2024-02-26
http: fix fetching a github release
Jacob Young
2024-02-26
std.http.Server: fix use case of streaming both reading and writing
Andrew Kelley
2024-02-26
std.http.Client: fix UAF when handling redirects
Andrew Kelley
2024-02-25
Merge pull request #19077 from Techatrix/http-header-parse
Andrew Kelley
2024-02-25
http: handle header fields with empty value
Techatrix
2024-02-24
std.http tests: wait for server response
Andrew Kelley
2024-02-23
std.http.Server: expose arbitrary HTTP headers
Andrew Kelley
2024-02-23
std.http: disable the test that was never passing on windows
Andrew Kelley
2024-02-23
wasi: don't try to test http
Andrew Kelley
2024-02-23
std.http: migrate remaining test/standalone/http.zig to std lib
Andrew Kelley
2024-02-23
std.http.Server: implement respondStreaming with unknown len
Andrew Kelley
2024-02-23
std.http: refactor unit tests
Andrew Kelley
2024-02-23
std.http.Server: handle expect: 100-continue requests
Andrew Kelley
2024-02-23
std.http.Server.Request.Respond: support all transfer encodings
Andrew Kelley
2024-02-23
std.http.Server: reimplement chunked uploading
Andrew Kelley
2024-02-23
std.http.Server: rework the API entirely
Andrew Kelley
2024-02-23
std.net, std.http: simplify
Andrew Kelley
2024-02-23
std.http: skip tests on wasi and single-threaded
Andrew Kelley
2024-02-23
std.http: parser fixes
Andrew Kelley
2024-02-23
std: convert http trailers test to unit test
Andrew Kelley
2023-05-06
std.http: add simple standalone http tests, add state check for http server
Nameless
2023-04-26
std.http: do -> wait, fix redirects
Nameless
2023-04-21
create std.http.Server.Response.deinit to handle keepalive connections
Ryo Ota
2023-04-21
move the HTTP test to lib/std/http/test.zig
Ryo Ota