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
/
test
/
standalone
/
http.zig
Age
Commit message (
Expand
)
Author
2024-02-23
std.http: migrate remaining test/standalone/http.zig to std lib
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
update standalone http test file to new API
Andrew Kelley
2024-02-23
std.net, std.http: simplify
Andrew Kelley
2024-02-23
std.http.Client: remove bad decisions from fetch()
Andrew Kelley
2024-02-23
Revert "std.http: remove 'done' flag"
Andrew Kelley
2024-02-23
std: convert http trailers test to unit test
Andrew Kelley
2024-02-23
std.http: remove Headers API
Andrew Kelley
2024-02-23
std.http: remove 'done' flag
Andrew Kelley
2024-02-01
std: make options a struct instance instead of a namespace
Veikka Tuominen
2024-01-13
std.http: add missing documentation and a few examples
Nameless
2023-10-21
std.http.Client: documentaion fixes
Nameless
2023-10-21
std.http: rename start->send and request->open to be more inline with operation
Nameless
2023-10-21
std.http.Server: improve documentation, do -> start
Nameless
2023-10-21
std.http.Client: add option to disable https
Nameless
2023-10-21
std.http.Client: store *Connection instead of a pool node, buffer writes
Nameless
2023-10-21
std.http.Client: enhance proxy support
Nameless
2023-09-28
std.http: introduce options to http client to allow for raw uris
Emil Lerch
2023-08-30
std.http: allow for arbitrary http methods
Nameless
2023-08-29
std.http.Server: responses to HEAD not allowed to have a payload
Nameless
2023-08-29
std.http: handle expect:100-continue and continue responses
Nameless
2023-08-29
std.http: add Client.fetch and improve redirect logic
Nameless
2023-07-07
std.http: fix leaked connections (#16341)
Nameless
2023-06-17
std.http: Fix segfault while redirecting
Mizuochi Keita
2023-06-01
std.http.Server: collapse BufferedConnection into Connection
Nameless
2023-05-06
fix keepalive and large buffered writes
Nameless
2023-05-06
std.http.Server: give Response access to their own allocator
Nameless
2023-05-06
std.http.Server: use enum for reset state instead of bool
Nameless
2023-05-06
std.http: add simple standalone http tests, add state check for http server
Nameless