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
2023-04-20
std.http: add missing InvalidTrailers to ReadError
Ryo Ota
2023-04-18
std.http: pass Method to request directly, parse trailing headers
Nameless
2023-04-17
std.http: use 'Field' to describe an individual header
Nameless
2023-04-17
std.http: curate some Server errors, fix reading chunked bodies
Nameless
2023-04-17
std.http: add Headers
Nameless
2023-04-17
std.http: very basic http client proxy
Nameless
2023-04-17
std.http: further curate error set, remove last_error
Nameless
2023-04-17
add explicit error union for Bundle.rescan and associated functions
Nameless
2023-04-17
HTTP client and server send "0\r\n\r\n" when chunked encoding
Ryo Ota
2023-04-08
std.http: reenable protocol read tests, add missing branch in findHeaders end
Nameless
2023-04-08
std.http: add documentation
Nameless
2023-04-08
update package manager to use req.do(), fix chunked trailer reading
Nameless
2023-04-08
fix bugs, waitForCompleteHead -> do, move redirecting to do instead of read
Nameless
2023-04-08
add buffering to connection instead of the http protocol, to allow passing th...
Nameless
2023-04-08
std.http: add http server
Nameless
2023-03-23
http.Client: don't prematurely check transfer_{encoding,compression} (#15040)
Frank Denis
2023-03-14
Fix to use '/' for a empty path (#14884)
Kotaro Inoue
2023-03-09
std.http: rework connection pool into its own type
Nameless
2023-03-09
std.http: split Client's parts into their own files
Nameless
2023-03-09
std.http: handle relative redirects
Nameless
2023-03-09
std.http: handle compressed payloads
Nameless
2023-03-09
std.http: add connection pooling and make keep-alive requests by default
Nameless
2023-03-06
std.os: Allow write functions to return INVAL errors
jim price
2023-01-17
std.http.Client: default to lazy root cert scanning
Andrew Kelley
2023-01-11
fix build failures on 32-bit arm due to u64/usize coercion
Andrew Kelley
2023-01-11
std.http.Client: support the Reader interface
Andrew Kelley
2023-01-06
std.Uri: make scheme non-optional
Andrew Kelley
2023-01-06
std.http.Client: update from old std.Url to new std.Uri
Andrew Kelley
2023-01-06
std.http.Client: fix handling of \r\n before next chunk size
Andrew Kelley
2023-01-05
std.http.Client: support transfer-encoding: chunked
Andrew Kelley
2023-01-05
std.http.Client: fail header parsing under more conditions
Andrew Kelley
2023-01-05
avoid triggering LLVM bug on MIPS
Andrew Kelley
2023-01-04
std.http.Client: support HTTP redirects
Andrew Kelley
2023-01-04
std.http.Headers.Parser: parse version and status
Andrew Kelley
2023-01-04
std.http.Client: do not heap allocate for requests
Andrew Kelley
2023-01-02
std.crypto.tls.Client: make close_notify optional
Andrew Kelley
2023-01-02
std.http.Client: don't send TLS close_notify
Andrew Kelley
2023-01-02
std.crypto.tls: add API for sending close_notify
Andrew Kelley
2023-01-02
add std.http.Headers
Andrew Kelley
2023-01-02
std.crypto.tls.Client: fix the read function
Andrew Kelley
2023-01-02
std.crypto.tls.Client: fix truncation attack vulnerability
Andrew Kelley
2023-01-02
add url parsing to the std lib
Andrew Kelley
2023-01-02
std.crypto.tls: validate previous certificate
Andrew Kelley
2023-01-02
introduce std.crypto.CertificateBundle
Andrew Kelley
2023-01-02
extract std.crypto.tls.Client into separate namespace
Andrew Kelley
2023-01-02
std.crypto.Tls: client is working against some servers
Andrew Kelley
2023-01-02
std.crypto.Tls: add read/write methods
Andrew Kelley
2023-01-02
std.crypto.Tls: parse the ServerHello handshake
Andrew Kelley
2023-01-02
std.http reorg; introduce std.crypto.Tls
Andrew Kelley
2022-10-06
std.http: fix typo
Ali Chraghi
[next]