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
2025-07-14
std.net: update 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-25
Added check for HTTP version and GET method when upgrading WebSocket to compl...
Kuwazy
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
2025-01-27
Revert "std.http.Server: add Request.getHeader() function (#21625)"
Andrew Kelley
2025-01-27
std.http.Server: add Request.getHeader() function (#21625)
dbubel
2025-01-16
x86_64: looped instructions
Jacob Young
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-11-07
std.crypto.tls: implement TLSv1.2
Jacob Young
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
[next]