From 73f50e2679525e7df8734c875a3c12732565f953 Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Mon, 6 Jan 2025 15:20:09 -0800 Subject: http: The big HTTP API refactoring of January 2025. This represents a major change in the HTTP code base, consisting of a complete revamp of the HTTP API. The changes here are too numerous to mention, but the end result should be a vastly simpler API for both server and client applications. Many needless allocations were removed by providing fixed buffers for various parameters and headers when possible. A few bugs were fixed. Most especially we have fixed some bugs around very large URIs and headers, and we have also addressed conformance bugs to more closely conform to RFCs 9110 and 9112. As part of this work, the APIs for WebSockets changed slightly as well. In particular the properties available for accessing headers have changed. There is still documentation conversion work to do, and additional functionality (such as proper support for chunked transfers), but this is a big step in the right direction. --- docs/ref/SUMMARY.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs/ref/SUMMARY.md') diff --git a/docs/ref/SUMMARY.md b/docs/ref/SUMMARY.md index f36c5086..1c5ad2a5 100644 --- a/docs/ref/SUMMARY.md +++ b/docs/ref/SUMMARY.md @@ -34,6 +34,8 @@ - [Streams](./api/stream.md) + - [HTTP](./api/http.md) + - [Miscellaneous](./api/misc.md) - [ID Map](./api/id_map.md) -- cgit v1.2.3-70-g09d2