aboutsummaryrefslogtreecommitdiff
path: root/lib/std/http
AgeCommit message (Expand)Author
2024-02-26std.http.Client: fix UAF when handling redirectsAndrew Kelley
2024-02-25Merge pull request #19077 from Techatrix/http-header-parseAndrew Kelley
2024-02-25http: handle header fields with empty valueTechatrix
2024-02-24std.http tests: wait for server responseAndrew Kelley
2024-02-23std.http.Server: expose arbitrary HTTP headersAndrew Kelley
2024-02-23std.http: disable the test that was never passing on windowsAndrew Kelley
2024-02-23wasi: don't try to test httpAndrew 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.Server: implement respondStreaming with unknown lenAndrew Kelley
2024-02-23std.http: refactor unit testsAndrew Kelley
2024-02-23std.http.Server: handle expect: 100-continue requestsAndrew Kelley
2024-02-23std.http.Server.Request.Respond: support all transfer encodingsAndrew Kelley
2024-02-23std.http.Client: add keep_alive option to fetchAndrew Kelley
2024-02-23std.http.Server: fix handling of HEAD + chunkedAndrew Kelley
2024-02-23std.http.Server: fix seeing phantom requestAndrew Kelley
2024-02-23std.http.Server: reimplement chunked uploadingAndrew Kelley
2024-02-23std.http.Server: rework the API entirelyAndrew Kelley
2024-02-23std.http.Server: no more dynamic allocationAndrew Kelley
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