aboutsummaryrefslogtreecommitdiff
path: root/lib/std/http/Client.zig
AgeCommit message (Expand)Author
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
2024-02-23std.http: migrate remaining test/standalone/http.zig to std libAndrew Kelley
2024-02-23std.http: assert against \r\n in headersAndrew Kelley
2024-02-23std.http.Client: add keep_alive option to fetchAndrew Kelley
2024-02-23std.http.Client: remove invalid use of refAllDeclsAndrew Kelley
2024-02-23std.http.Client.connectUnix: handle unsupported OS at compile timeAndrew Kelley
2024-02-23std.http.Client: eliminate arena allocator usageAndrew Kelley
2024-02-23std.http.Client: remove bad decisions from fetch()Andrew Kelley
2024-02-23std.http.Client.fetch: remove inappropriate seekAndrew Kelley
2024-02-23std.http.Client: remove advisory file lock on fetchAndrew Kelley
2024-02-23std.http: fix parsing incorrect tokenizationAndrew Kelley
2024-02-23std.http.Client.connect: case insensitive host comparisonAndrew Kelley
2024-02-23std.http: fields at the top of the structAndrew Kelley
2024-02-23std.http: parser fixesAndrew Kelley
2024-02-23Revert "std.http: remove 'done' flag"Andrew Kelley
2024-02-23std.http.Client.Response.ParseError: remove OutOfMemoryAndrew Kelley
2024-02-23git fetching: fix redirect handlingAndrew Kelley
2024-02-23std.http.Client: disable zstd for nowAndrew Kelley
2024-02-23std.http: remove Headers APIAndrew Kelley
2024-02-23std.http.Client.fetch: add redirect behavior to optionsAndrew Kelley
2024-02-23std.http: remove 'done' flagAndrew Kelley
2024-02-23std.http: remove the ability to heap-allocate headersAndrew Kelley
2024-02-14add deflate implemented from first principlesIgor Anić