| commit | 15b99c1fb8b76f00f3b0ad4572019943173529fc | [log] [tgz] |
|---|---|---|
| author | Nicholas S. Husin <nsh@golang.org> | Tue Jan 13 10:26:05 2026 -0500 |
| committer | Gopher Robot <gobot@golang.org> | Tue Jan 13 07:38:07 2026 -0800 |
| tree | 889986ea96d5876de246446c0fb5533e4205d3c5 | |
| parent | d977772e17ccaa1903b2af736f6405ab3a9f05cc [diff] |
internal/http3: add basic request stream handling for the server 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>
This repository holds supplementary Go networking packages.
This repository uses Gerrit for code changes. To learn how to submit changes to this repository, see https://go.dev/doc/contribute.
The git repository is https://go.googlesource.com/net.
The main issue tracker for the net repository is located at https://go.dev/issues. Prefix your issue with “x/net:” in the subject line, so it is easy to find.