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
2024-08-07
add std.http.WebSocket
Andrew Kelley
2024-07-04
std: avoid references that trigger compile errors
mlugg
2024-02-23
std.http.Server: expose arbitrary HTTP headers
Andrew Kelley
2024-02-23
wasi: don't try to test http
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.http: remove format() method of Method
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-01-03
Remove some `@as` coercions from assertions
Carl Ã…stholm
2023-10-21
std.http: fix crashes found via fuzzing
Nameless
2023-10-21
std.http: make encoding fields non-null, store as enum variant
Nameless
2023-10-21
Fix simple doc mistakes. (#17624)
JustinWayland
2023-09-26
std.http: add identity to content encodings (#16493)
Chris Burgess
2023-08-30
std.http: allow for arbitrary http methods
Nameless
2023-07-23
Fix the http.Server test and add it to the set of tests in http.zig
jim price
2023-06-19
all: zig fmt and rename "@XToY" to "@YFromX"
Eric Joldasov
2023-05-06
std.http: add simple standalone http tests, add state check for http server
Nameless
2023-04-30
std: fix a bunch of typos
Linus Groh
2023-04-26
std.http: fix name of Status field to better match RFC name (#15455)
Meghan
2023-04-21
move the HTTP test to lib/std/http/test.zig
Ryo Ota
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