aboutsummaryrefslogtreecommitdiff
path: root/lib/std/http/protocol.zig
AgeCommit message (Expand)Author
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-10-31std.builtin.Endian: make the tags lower caseAndrew Kelley
2023-10-21std.http.Client: store *Connection instead of a pool node, buffer writesNameless
2023-10-13std.simd: return comptime_int from `suggestVectorSize`Veikka Tuominen
2023-08-29std.http: handle expect:100-continue and continue responsesNameless
2023-07-12Remove len parameter from splat in standard libantlilja
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-16migration: std.math.{min, min3, max, max3} -> `@min` & `@max`r00ster91
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-04-28std: update to use `@memcpy` directlyAndrew Kelley
2023-04-24fix HTTP server to handle a chunked transfer coding requestRyo Ota
2023-04-17std.http: very basic http client proxyNameless
2023-04-08std.http: reenable protocol read tests, add missing branch in findHeaders endNameless
2023-04-08std.http: add documentationNameless
2023-04-08fix bugs, waitForCompleteHead -> do, move redirecting to do instead of readNameless
2023-04-08add buffering to connection instead of the http protocol, to allow passing th...Nameless
2023-04-08std.http: add http serverNameless