aboutsummaryrefslogtreecommitdiff
path: root/lib/std/http/Client.zig
AgeCommit message (Expand)Author
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
2023-10-27std.http.Client: add proxy scheme guessing, fix typoNameless
2023-10-23x86_64: implement 128-bit builtinsJacob Young
2023-10-22Merge pull request #17407 from truemedian/http-ngAndrew Kelley
2023-10-22Revert "Revert "Merge pull request #17637 from jacobly0/x86_64-test-std""Jacob Young
2023-10-22Revert "Merge pull request #17637 from jacobly0/x86_64-test-std"Andrew Kelley
2023-10-21std.http.Client: documentaion fixesNameless
2023-10-21std.http.Client: ignore unknown proxies, fix basic proxy authNameless
2023-10-21std.http: fix crashes found via fuzzingNameless
2023-10-21std.http: rename start->send and request->open to be more inline with operationNameless