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-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
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
[next]