| Age | Commit message (Expand) | Author |
|---|---|---|
| 2023-04-24 | fix HTTP server to handle a chunked transfer coding request | Ryo Ota |
| 2023-04-21 | create std.http.Server.Response.deinit to handle keepalive connections | Ryo Ota |
| 2023-04-21 | fix memory leaks and add an HTTP test | Ryo Ota |
| 2023-04-20 | std.http: add missing InvalidTrailers to ReadError | Ryo Ota |
| 2023-04-18 | std.http: pass Method to request directly, parse trailing headers | Nameless |
| 2023-04-17 | std.http: curate some Server errors, fix reading chunked bodies | Nameless |
| 2023-04-17 | std.http: add Headers | Nameless |
| 2023-04-17 | HTTP client and server send "0\r\n\r\n" when chunked encoding | Ryo Ota |
| 2023-04-08 | std.http: add documentation | Nameless |
| 2023-04-08 | add buffering to connection instead of the http protocol, to allow passing th... | Nameless |
| 2023-04-08 | std.http: add http server | Nameless |
