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
Age
Commit message (
Expand
)
Author
2024-09-19
disable failing test
Andrew Kelley
2024-09-12
std.http.WebSocket: Make 'upgrade: websocket' check case-insensitive
Linus Groh
2024-08-07
add std.http.WebSocket
Andrew Kelley
2024-04-28
std.posix.iovec: use .base and .len instead of .iov_base and .iov_len
Nameless
2024-04-22
ComptimeStringMap: return a regular struct and optimize
Travis Staloch
2024-04-12
Revert "std.http.Client: always omit port when it matches default"
Andrew Kelley
2024-04-12
std.http.Client: always omit port when it matches default
Andrew Kelley
2024-04-12
std.http.Client: pass port to server based on user input
Andrew Kelley
2024-04-10
Uri: propagate per-component encoding
Jacob Young
2024-03-30
Update uses of `@fieldParentPtr` to use RLS
Jacob Young
2024-03-30
Update uses of `@fieldParentPtr` to pass a pointer type
Jacob Young
2024-03-19
extract std.posix from std.os
Andrew Kelley
2024-03-11
std.builtin: make atomic order fields lowercase
Tristan Ross
2024-03-02
Merge pull request #19094 from truemedian/std-http-fields
Andrew Kelley
2024-03-01
typo: http_proxy -> https_proxy
Roman FroĊow
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-28
std.http: clear confusing trailer check, add sanity check for invalid field name
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-26
std.http.Client: fix UAF when handling redirects
Andrew Kelley
2024-02-25
Merge pull request #19077 from Techatrix/http-header-parse
Andrew Kelley
2024-02-25
http: handle header fields with empty value
Techatrix
2024-02-24
std.http tests: wait for server response
Andrew Kelley
2024-02-23
std.http.Server: expose arbitrary HTTP headers
Andrew Kelley
2024-02-23
std.http: disable the test that was never passing on windows
Andrew Kelley
2024-02-23
wasi: don't try to test http
Andrew Kelley
2024-02-23
std.http: migrate remaining test/standalone/http.zig to std lib
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: refactor unit tests
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.Client: add keep_alive option to fetch
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.Client: remove invalid use of refAllDecls
Andrew Kelley
2024-02-23
std.http.Client.connectUnix: handle unsupported OS at compile time
Andrew Kelley
2024-02-23
std.http: skip tests on wasi and single-threaded
Andrew Kelley
2024-02-23
std.http.Client: eliminate arena allocator usage
Andrew Kelley
2024-02-23
std.http.Client: remove bad decisions from fetch()
Andrew Kelley
2024-02-23
std.http.Client.fetch: remove inappropriate seek
Andrew Kelley
[next]