aboutsummaryrefslogtreecommitdiff
path: root/lib/std/http/Server.zig
AgeCommit message (Expand)Author
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
2023-11-01std.http: account for renames in docsJordyfel
2023-10-31std.builtin.Endian: make the tags lower caseAndrew Kelley
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-21std.http: fix crashes found via fuzzingNameless
2023-10-21std.http: rename start->send and request->open to be more inline with operationNameless
2023-10-21std.http.Server: improve documentation, do -> startNameless
2023-10-21std.http: make encoding fields non-null, store as enum variantNameless
2023-10-21x86_64: fix bugs and disable erroring testsJacob Young
2023-10-06Update Server.zig:{listen, do} to specify error enumsBecker A
2023-09-26std.http: add identity to content encodings (#16493)Chris Burgess
2023-08-30std.http: allow for arbitrary http methodsNameless
2023-08-29std.http.Server: responses to HEAD not allowed to have a payloadNameless
2023-08-29std.http: handle expect:100-continue and continue responsesNameless
2023-08-10std.http.Server: use correct header for Transfer-Encodingjaina heartles
2023-07-23Fix the http.Server test and add it to the set of tests in http.zigjim price
2023-06-24all: migrate code to new cast builtin syntaxmlugg
2023-06-19all: zig fmt and rename "@XToY" to "@YFromX"Eric Joldasov