aboutsummaryrefslogtreecommitdiff
path: root/lib/std/http/Server.zig
AgeCommit message (Expand)Author
2025-12-05std: replace usages of std.mem.indexOf with std.mem.findAdrià Arrufat
2025-10-29std: fix macos compilation errorsAndrew Kelley
2025-08-16Merge pull request #24864 from ifreund/fix-std-cmdAndrew Kelley
2025-08-16http.BodyWriter: handle EOF in chunkedSendFile, simplifyIsaac Freund
2025-08-16std: more reliable HTTP and TLS networkingAndrew Kelley
2025-08-09Fix `respondWebSocket`, enable --webui on Windowskcbanner
2025-08-07std.http: remove custom method supportAndrew Kelley
2025-08-07std.http.Server: add safety for invalidated Head stringsAndrew Kelley
2025-08-07update build system to new http.Server APIAndrew Kelley
2025-08-07http fixesAndrew Kelley
2025-08-07std.http: rework for new std.Io APIAndrew Kelley
2025-08-03zig fmt: apply new cast builtin orderJustus Klausecker
2025-07-31std.compress: rework flate to new I/O APIAndrew Kelley
2025-07-25std: rework zstd for new I/O APIAndrew Kelley
2025-01-27Revert "std.http.Server: add Request.getHeader() function (#21625)"Andrew Kelley
2025-01-27std.http.Server: add Request.getHeader() function (#21625)dbubel
2024-04-28std.posix.iovec: use .base and .len instead of .iov_base and .iov_lenNameless
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-26http: fix fetching a github releaseJacob Young
2024-02-26std.http.Server: fix use case of streaming both reading and writingAndrew Kelley
2024-02-25http: handle header fields with empty valueTechatrix
2024-02-23std.http.Server: expose arbitrary HTTP headersAndrew 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.Server: handle expect: 100-continue requestsAndrew Kelley
2024-02-23std.http.Server.Request.Respond: support all transfer encodingsAndrew 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: fix parsing incorrect tokenizationAndrew Kelley
2024-02-23std.http: fields at the top of the structAndrew Kelley
2024-02-23Revert "std.http: remove 'done' flag"Andrew Kelley
2024-02-23std.http: remove Headers APIAndrew 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-01-13std.http: add missing documentation and a few examplesNameless
2023-11-03x86_64: fix std test failuresJacob Young