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
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
2023-11-01
std.http: account for renames in docs
Jordyfel
2023-10-31
std.builtin.Endian: make the tags lower case
Andrew Kelley
2023-10-22
Merge pull request #17407 from truemedian/http-ng
Andrew Kelley
2023-10-22
Revert "Revert "Merge pull request #17637 from jacobly0/x86_64-test-std""
Jacob Young
2023-10-22
Revert "Merge pull request #17637 from jacobly0/x86_64-test-std"
Andrew Kelley
2023-10-21
std.http: fix crashes found via fuzzing
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: make encoding fields non-null, store as enum variant
Nameless
2023-10-21
x86_64: fix bugs and disable erroring tests
Jacob Young
2023-10-06
Update Server.zig:{listen, do} to specify error enums
Becker A
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-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-10
std.http.Server: use correct header for Transfer-Encoding
jaina heartles
2023-07-23
Fix the http.Server test and add it to the set of tests in http.zig
jim price
2023-06-24
all: migrate code to new cast builtin syntax
mlugg
2023-06-19
all: zig fmt and rename "@XToY" to "@YFromX"
Eric Joldasov
[next]