aboutsummaryrefslogtreecommitdiff
path: root/lib/std/http/Server.zig
AgeCommit message (Expand)Author
2023-04-24fix HTTP server to handle a chunked transfer coding requestRyo Ota
2023-04-21create std.http.Server.Response.deinit to handle keepalive connectionsRyo Ota
2023-04-21fix memory leaks and add an HTTP testRyo Ota
2023-04-20std.http: add missing InvalidTrailers to ReadErrorRyo Ota
2023-04-18std.http: pass Method to request directly, parse trailing headersNameless
2023-04-17std.http: curate some Server errors, fix reading chunked bodiesNameless
2023-04-17std.http: add HeadersNameless
2023-04-17HTTP client and server send "0\r\n\r\n" when chunked encodingRyo Ota
2023-04-08std.http: add documentationNameless
2023-04-08add buffering to connection instead of the http protocol, to allow passing th...Nameless
2023-04-08std.http: add http serverNameless