aboutsummaryrefslogtreecommitdiff
path: root/lib/std/http/Client.zig
AgeCommit message (Expand)Author
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
2023-10-21std.http.Server: improve documentation, do -> startNameless
2023-10-21std.http.Client: improve documentationNameless
2023-10-21std.http: make encoding fields non-null, store as enum variantNameless
2023-10-21std.http.Client: make transfer-encoding priority over content-length as per specNameless
2023-10-21std.http.Client: add option to disable httpsNameless
2023-10-21std.http.Client: store *Connection instead of a pool node, buffer writesNameless
2023-10-21std.http.Client: enhance proxy supportNameless
2023-10-21x86_64: fix bugs and disable erroring testsJacob Young
2023-09-28std.http: introduce options to http client to allow for raw urisEmil Lerch
2023-09-26std.http: add identity to content encodings (#16493)Chris Burgess
2023-09-25std.http.Client: add note about resource managementJan Weidner
2023-08-30std.http: allow for arbitrary http methodsNameless
2023-08-29std.http: connectUnix return Unsupported on targets without unix socketsNameless
2023-08-29std.http: handle expect:100-continue and continue responsesNameless
2023-08-29std.http: add Client.fetch and improve redirect logicNameless
2023-08-27std: Rename `TailQueue` to `DoublyLinkedList`Jay Petacat
2023-07-07std.http: fix leaked connections (#16341)Nameless
2023-06-24all: migrate code to new cast builtin syntaxmlugg
2023-06-22http: fix getting Transfer-Encoding valuePiotr Sarna
2023-06-19all: zig fmt and rename "@XToY" to "@YFromX"Eric Joldasov
2023-06-17std.http: Fix segfault while redirectingMizuochi Keita
2023-06-17zlib: naming conventionXavier Bouchoux
2023-06-03Merge pull request #15579 from squeek502/mem-delimitersAndrew Kelley
2023-06-01std.http.Server: collapse BufferedConnection into ConnectionNameless
2023-06-01std.http: add TlsAlert descriptions so that they can at least be viewed in er...Nameless
2023-06-01std.http.Client: collapse BufferedConnection into ConnectionNameless
2023-05-13Update all std.mem.split calls to their appropriate functionRyan Liptak
2023-05-13Update all std.mem.tokenize calls to their appropriate functionRyan Liptak
2023-05-06std.http: use larger read buffer to hit faster tls codeNameless
2023-05-06fix keepalive and large buffered writesNameless
2023-05-06std.http: buffer writesNameless
2023-05-06std.http: add simple standalone http tests, add state check for http serverNameless
2023-04-28std: update to use `@memcpy` directlyAndrew Kelley
2023-04-26std.http: do -> wait, fix redirectsNameless
2023-04-24Merge pull request #15416 from squeek502/http-response-headers-undefinedAndrew Kelley
2023-04-23std.http: Always initialize `response.headers` in Client.requestRyan Liptak
2023-04-21move the HTTP test to lib/std/http/test.zigRyo Ota