aboutsummaryrefslogtreecommitdiff
path: root/lib/std/http
AgeCommit message (Expand)Author
2024-01-18std.http.Client: read response messages with no length until eofNameless
2024-01-13std.http: add missing documentation and a few examplesNameless
2024-01-01Deprecate `suggestVectorSize` in favor of `suggestVectorLength`Carl Ã…stholm
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-30Fix http.Headers.initListKarl Seguin
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-22Merge pull request #17637 from jacobly0/x86_64-test-stdJacob Young
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-21Fix simple doc mistakes. (#17624)JustinWayland
2023-10-21x86_64: fix bugs and disable erroring testsJacob Young
2023-10-13std.simd: return comptime_int from `suggestVectorSize`Veikka Tuominen
2023-10-06Update Server.zig:{listen, do} to specify error enumsBecker A
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.Server: responses to HEAD not allowed to have a payloadNameless
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-08-10std.http.Server: use correct header for Transfer-Encodingjaina heartles
2023-07-23Fix the http.Server test and add it to the set of tests in http.zigjim price
2023-07-12Remove len parameter from splat in standard libantlilja
2023-07-07std.http: fix leaked connections (#16341)Nameless
2023-06-24all: migrate code to new cast builtin syntaxmlugg
2023-06-23std.http: fix the http.Client.wait() hanging when there is 1 more byte leftEd Yu
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-16migration: std.math.{min, min3, max, max3} -> `@min` & `@max`r00ster91
2023-06-03Merge pull request #15579 from squeek502/mem-delimitersAndrew Kelley