aboutsummaryrefslogtreecommitdiff
path: root/lib/std/http
AgeCommit message (Expand)Author
2024-11-07std.http.Client: change ssl key log creation permission bitsJacob Young
2024-11-07std.crypto.tls: improve debuggability of encrypted connectionsJacob Young
2024-11-07std.crypto.tls: implement TLSv1.2Jacob Young
2024-09-19disable failing testAndrew Kelley
2024-09-12std.http.WebSocket: Make 'upgrade: websocket' check case-insensitiveLinus Groh
2024-08-07add std.http.WebSocketAndrew Kelley
2024-04-28std.posix.iovec: use .base and .len instead of .iov_base and .iov_lenNameless
2024-04-22ComptimeStringMap: return a regular struct and optimizeTravis Staloch
2024-04-12Revert "std.http.Client: always omit port when it matches default"Andrew Kelley
2024-04-12std.http.Client: always omit port when it matches defaultAndrew Kelley
2024-04-12std.http.Client: pass port to server based on user inputAndrew Kelley
2024-04-10Uri: propagate per-component encodingJacob Young
2024-03-30Update uses of `@fieldParentPtr` to use RLSJacob Young
2024-03-30Update uses of `@fieldParentPtr` to pass a pointer typeJacob Young
2024-03-19extract std.posix from std.osAndrew Kelley
2024-03-11std.builtin: make atomic order fields lowercaseTristan Ross
2024-03-02Merge pull request #19094 from truemedian/std-http-fieldsAndrew Kelley
2024-03-01typo: http_proxy -> https_proxyRoman FroĊ‚ow
2024-02-28std.http: add tests against regressions for conforming fieldsNameless
2024-02-28std.http: header whitespace is optional, and not part of valueNameless
2024-02-28std.http: clear confusing trailer check, add sanity check for invalid field nameNameless
2024-02-26http: fix fetching a github releaseJacob Young
2024-02-26std.http.Server: fix use case of streaming both reading and writingAndrew Kelley
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