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.zig
Age
Commit message (
Expand
)
Author
2023-04-17
std.http: use 'Field' to describe an individual header
Nameless
2023-04-17
std.http: add Headers
Nameless
2023-04-17
std.http: very basic http client proxy
Nameless
2023-04-08
std.http: add http server
Nameless
2023-03-09
std.http: split Client's parts into their own files
Nameless
2023-03-09
std.http: handle compressed payloads
Nameless
2023-01-05
std.http.Client: support transfer-encoding: chunked
Andrew Kelley
2023-01-05
std.http.Class: classify out-of-range codes as server_error
Andrew Kelley
2023-01-04
std.http.Client: support HTTP redirects
Andrew Kelley
2023-01-04
std.http.Headers.Parser: parse version and status
Andrew Kelley
2023-01-02
add std.http.Headers
Andrew Kelley
2023-01-02
std.http reorg; introduce std.crypto.Tls
Andrew Kelley
2022-05-11
std: add http definitions for Method and Status (#10661)
Meghan
2020-09-29
move std.http to the standard library orphanage
Andrew Kelley
2020-08-20
add license header to all std lib files
Andrew Kelley
2019-09-25
mv std/ lib/
Andrew Kelley