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
/
Client.zig
Age
Commit message (
Expand
)
Author
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-26
http: fix fetching a github release
Jacob Young
2024-02-26
std.http.Client: fix UAF when handling redirects
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: 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.Client: add keep_alive option to fetch
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.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
2024-02-23
std.http.Client: remove advisory file lock on fetch
Andrew Kelley
2024-02-23
std.http: fix parsing incorrect tokenization
Andrew Kelley
2024-02-23
std.http.Client.connect: case insensitive host comparison
Andrew Kelley
2024-02-23
std.http: fields at the top of the struct
Andrew Kelley
2024-02-23
std.http: parser fixes
Andrew Kelley
2024-02-23
Revert "std.http: remove 'done' flag"
Andrew Kelley
2024-02-23
std.http.Client.Response.ParseError: remove OutOfMemory
Andrew Kelley
2024-02-23
git fetching: fix redirect handling
Andrew Kelley
2024-02-23
std.http.Client: disable zstd for now
Andrew Kelley
2024-02-23
std.http: remove Headers API
Andrew Kelley
2024-02-23
std.http.Client.fetch: add redirect behavior to options
Andrew Kelley
2024-02-23
std.http: remove 'done' flag
Andrew Kelley
2024-02-23
std.http: remove the ability to heap-allocate headers
Andrew Kelley
2024-02-14
add deflate implemented from first principles
Igor Anić
2024-02-08
http: protect against zero-length chunks
Jacob Young
2024-01-31
http: optimize allocations for proxy basic authorization
Jacob Young
2024-01-31
http: avoid allocator use when encoding basic authorization
Jacob Young
2024-01-31
http: support basic access authentication
Jacob Young
2024-01-18
std.http.Client: read response messages with no length until eof
Nameless
2024-01-13
std.http: add missing documentation and a few examples
Nameless
2023-11-19
lib: correct unnecessary uses of 'var'
mlugg
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-27
std.http.Client: add proxy scheme guessing, fix typo
Nameless
2023-10-23
x86_64: implement 128-bit builtins
Jacob Young
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.Client: documentaion fixes
Nameless
2023-10-21
std.http.Client: ignore unknown proxies, fix basic proxy auth
Nameless
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
[next]