aboutsummaryrefslogtreecommitdiff
path: root/lib/std/http/Client.zig
AgeCommit message (Expand)Author
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ć
2024-02-08http: protect against zero-length chunksJacob Young
2024-01-31http: optimize allocations for proxy basic authorizationJacob Young
2024-01-31http: avoid allocator use when encoding basic authorizationJacob Young
2024-01-31http: support basic access authenticationJacob Young
2024-01-18std.http.Client: read response messages with no length until eofNameless
2024-01-13std.http: add missing documentation and a few examplesNameless
2023-11-19lib: correct unnecessary uses of 'var'mlugg
2023-11-03x86_64: fix std test failuresJacob Young
2023-11-01std.http: account for renames in docsJordyfel
2023-10-31std.builtin.Endian: make the tags lower caseAndrew Kelley