aboutsummaryrefslogtreecommitdiff
path: root/lib/std/http/Client.zig
AgeCommit message (Expand)Author
2025-09-06std.http.Client.Connection: make host() publicbaltevl
2025-09-05remove ResponseStoragerpkak
2025-08-31Fix regression: std.http.Client basic authorization sending user:user instead...Tadej Gašparovič
2025-08-22Merge pull request #24926 from mrjbq7/http-fetchJohn Benediktsson
2025-08-18std.http.Client: discard response body when reusing connectionAndrew Kelley
2025-08-16Merge pull request #24864 from ifreund/fix-std-cmdAndrew Kelley
2025-08-16http.BodyWriter: handle EOF in chunkedSendFile, simplifyIsaac Freund
2025-08-16std: more reliable HTTP and TLS networkingAndrew Kelley
2025-08-07Fetch: handle compressed git+httpAndrew Kelley
2025-08-07std.http.Client: fix fetching by adding a bufferAndrew Kelley
2025-08-07TLS, HTTP, and package fetching fixesAndrew Kelley
2025-08-07std.http: remove custom method supportAndrew Kelley
2025-08-07std.http: address review commentsAndrew Kelley
2025-08-07std.http.Server: add safety for invalidated Head stringsAndrew Kelley
2025-08-07fix 32-bit buildsAndrew Kelley
2025-08-07fetch: update for new http APIAndrew Kelley
2025-08-07http fixesAndrew Kelley
2025-08-07std.http: rework for new std.Io APIAndrew Kelley
2025-07-31compiler: update to new flate APIAndrew Kelley
2025-07-31std.compress: rework flate to new I/O APIAndrew Kelley
2025-07-09eliminate all uses of std.io.Writer.count except for CBEAndrew Kelley
2025-07-07std.fmt: fully remove format string from format methodsAndrew Kelley
2025-07-07std.fmt: breaking API changesAndrew Kelley
2025-07-07std.io: deprecated Reader/Writer; introduce new APIAndrew Kelley
2025-05-28x86_64: implement integer `@reduce(.Add)`Jacob Young
2025-04-27chore(std.mem): Rename `trimLeft` and `trimRight`Shun Sakai
2025-04-03std.DoublyLinkedList: remove length trackingAndrew Kelley
2025-03-14lib/std/http/Client.zig: Ignore empty proxy environment variables (#23223)Elijah M. Immer
2025-02-22zig build fmtAndrew Kelley
2025-02-22std/http/Client: Remove TODO comments on indentation87flowers
2024-11-07std.http.Client: change ssl key log creation permission bitsJacob Young
2024-11-07std.crypto.tls: improve debuggability of encrypted connectionsJacob Young
2024-04-28std.posix.iovec: use .base and .len instead of .iov_base and .iov_lenNameless
2024-04-22ComptimeStringMap: return a regular struct and optimizeTravis Staloch
2024-04-12Revert "std.http.Client: always omit port when it matches default"Andrew Kelley
2024-04-12std.http.Client: always omit port when it matches defaultAndrew Kelley
2024-04-12std.http.Client: pass port to server based on user inputAndrew Kelley
2024-04-10Uri: propagate per-component encodingJacob Young
2024-03-30Update uses of `@fieldParentPtr` to use RLSJacob Young
2024-03-30Update uses of `@fieldParentPtr` to pass a pointer typeJacob Young
2024-03-19extract std.posix from std.osAndrew Kelley
2024-03-11std.builtin: make atomic order fields lowercaseTristan Ross
2024-03-02Merge pull request #19094 from truemedian/std-http-fieldsAndrew Kelley
2024-03-01typo: http_proxy -> https_proxyRoman Frołow
2024-02-28std.http: add tests against regressions for conforming fieldsNameless
2024-02-28std.http: header whitespace is optional, and not part of valueNameless
2024-02-26http: fix fetching a github releaseJacob Young
2024-02-26std.http.Client: fix UAF when handling redirectsAndrew Kelley
2024-02-25http: handle header fields with empty valueTechatrix
2024-02-23std.http.Server: expose arbitrary HTTP headersAndrew Kelley