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
2025-09-06
std.http.Client.Connection: make host() public
baltevl
2025-09-05
remove ResponseStorage
rpkak
2025-08-31
Fix regression: std.http.Client basic authorization sending user:user instead...
Tadej Gašparovič
2025-08-22
Merge pull request #24926 from mrjbq7/http-fetch
John Benediktsson
2025-08-18
std.http.Client: discard response body when reusing connection
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-07
Fetch: handle compressed git+http
Andrew Kelley
2025-08-07
std.http.Client: fix fetching by adding a buffer
Andrew Kelley
2025-08-07
TLS, HTTP, and package fetching fixes
Andrew Kelley
2025-08-07
std.http: remove custom method support
Andrew Kelley
2025-08-07
std.http: address review comments
Andrew Kelley
2025-08-07
std.http.Server: add safety for invalidated Head strings
Andrew Kelley
2025-08-07
fix 32-bit builds
Andrew Kelley
2025-08-07
fetch: update for new http API
Andrew Kelley
2025-08-07
http fixes
Andrew Kelley
2025-08-07
std.http: rework for new std.Io API
Andrew Kelley
2025-07-31
compiler: update to new flate API
Andrew Kelley
2025-07-31
std.compress: rework flate to new I/O API
Andrew Kelley
2025-07-09
eliminate all uses of std.io.Writer.count except for CBE
Andrew Kelley
2025-07-07
std.fmt: fully remove format string from format methods
Andrew Kelley
2025-07-07
std.fmt: breaking API changes
Andrew Kelley
2025-07-07
std.io: deprecated Reader/Writer; introduce new API
Andrew Kelley
2025-05-28
x86_64: implement integer `@reduce(.Add)`
Jacob Young
2025-04-27
chore(std.mem): Rename `trimLeft` and `trimRight`
Shun Sakai
2025-04-03
std.DoublyLinkedList: remove length tracking
Andrew Kelley
2025-03-14
lib/std/http/Client.zig: Ignore empty proxy environment variables (#23223)
Elijah M. Immer
2025-02-22
zig build fmt
Andrew Kelley
2025-02-22
std/http/Client: Remove TODO comments on indentation
87flowers
2024-11-07
std.http.Client: change ssl key log creation permission bits
Jacob Young
2024-11-07
std.crypto.tls: improve debuggability of encrypted connections
Jacob Young
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-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
[next]