aboutsummaryrefslogtreecommitdiff
path: root/lib/std/http
AgeCommit message (Expand)Author
2024-02-23full sendAndrew Kelley
2024-02-23std.http.Server.Connection: remove dead codeAndrew Kelley
2024-02-23std.http.Server: move closing boolAndrew Kelley
2024-02-23std.net, std.http: simplifyAndrew Kelley
2024-02-23std.http.Server.accept can no longer fail from OOMAndrew 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: skip tests on wasi and single-threadedAndrew 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: convert http trailers test to unit testAndrew 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.Server: remove source code from doc commentsAndrew Kelley
2024-02-23std.http: remove 'done' flagAndrew Kelley
2024-02-23std.http.Server: protect against zero-length chunksAndrew Kelley
2024-02-23std.http: remove the ability to heap-allocate headersAndrew Kelley
2024-02-23std.http.Server: fix error setAndrew Kelley
2024-02-23std.http.Server: don't emit Server HTTP headerAndrew 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
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