mirror of
https://github.com/golang/net.git
synced 2026-04-01 02:47:08 +09:00
Add support for the server to handle basic request streams. Specifically, reading HTTP headers & body in requests, and writing HTTP headers & body in responses. More sophisticated behaviors, such as dealing with 1xx status and trailing headers, will be done in the future. For golang/go#70914 Change-Id: I6a00435d72a118efe2ab76e4c7c53b9dca1d63f6 Reviewed-on: https://go-review.googlesource.com/c/net/+/735820 Reviewed-by: Nicholas Husin <husin@google.com> Auto-Submit: Nicholas Husin <husin@google.com> Reviewed-by: Damien Neil <dneil@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>