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
/
Server.zig
Age
Commit message (
Expand
)
Author
2025-12-05
std: replace usages of std.mem.indexOf with std.mem.find
Adrià Arrufat
2025-10-29
std: fix macos compilation errors
Andrew Kelley
2025-08-16
Merge pull request #24864 from ifreund/fix-std-cmd
Andrew Kelley
2025-08-16
http.BodyWriter: handle EOF in chunkedSendFile, simplify
Isaac Freund
2025-08-16
std: more reliable HTTP and TLS networking
Andrew Kelley
2025-08-09
Fix `respondWebSocket`, enable --webui on Windows
kcbanner
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
update build system to new http.Server API
Andrew Kelley
2025-08-07
http fixes
Andrew Kelley
2025-08-07
std.http: rework for new std.Io API
Andrew Kelley
2025-08-03
zig fmt: apply new cast builtin order
Justus Klausecker
2025-07-31
std.compress: rework flate to new I/O API
Andrew Kelley
2025-07-25
std: rework zstd for new I/O API
Andrew Kelley
2025-01-27
Revert "std.http.Server: add Request.getHeader() function (#21625)"
Andrew Kelley
2025-01-27
std.http.Server: add Request.getHeader() function (#21625)
dbubel
2024-04-28
std.posix.iovec: use .base and .len instead of .iov_base and .iov_len
Nameless
2024-02-28
std.http: add tests against regressions for conforming fields
Nameless
2024-02-28
std.http: header whitespace is optional, and not part of value
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-25
http: handle header fields with empty value
Techatrix
2024-02-23
std.http.Server: expose arbitrary HTTP headers
Andrew Kelley
2024-02-23
std.http: assert against \r\n in headers
Andrew Kelley
2024-02-23
std.http.Server: implement respondStreaming with unknown len
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: fix handling of HEAD + chunked
Andrew Kelley
2024-02-23
std.http.Server: fix seeing phantom request
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.Server: no more dynamic allocation
Andrew Kelley
2024-02-23
full send
Andrew Kelley
2024-02-23
std.http.Server.Connection: remove dead code
Andrew Kelley
2024-02-23
std.http.Server: move closing bool
Andrew Kelley
2024-02-23
std.net, std.http: simplify
Andrew Kelley
2024-02-23
std.http.Server.accept can no longer fail from OOM
Andrew Kelley
2024-02-23
std.http: fix parsing incorrect tokenization
Andrew Kelley
2024-02-23
std.http: fields at the top of the struct
Andrew Kelley
2024-02-23
Revert "std.http: remove 'done' flag"
Andrew Kelley
2024-02-23
std.http: remove Headers API
Andrew Kelley
2024-02-23
std.http.Server: remove source code from doc comments
Andrew Kelley
2024-02-23
std.http: remove 'done' flag
Andrew Kelley
2024-02-23
std.http.Server: protect against zero-length chunks
Andrew Kelley
2024-02-23
std.http: remove the ability to heap-allocate headers
Andrew Kelley
2024-02-23
std.http.Server: fix error set
Andrew Kelley
2024-02-23
std.http.Server: don't emit Server HTTP header
Andrew Kelley
2024-02-14
add deflate implemented from first principles
Igor Anić
2024-01-13
std.http: add missing documentation and a few examples
Nameless
2023-11-03
x86_64: fix std test failures
Jacob Young
[next]