summaryrefslogtreecommitdiff
path: root/ext/http/network_buffered_stream.rs
AgeCommit message (Collapse)Author
2024-01-01chore: update copyright to 2024 (#21753)David Sherret
2023-06-26chore: fix typos (#19572)Martin Fischer
2023-04-25refactor(ext/http): comments for h2c code (#18833)Matt Mastracci
2023-04-24feat(ext/http): h2c for http/2 (#18817)Matt Mastracci
This implements HTTP/2 prior-knowledge connections, allowing clients to request HTTP/2 over plaintext or TLS-without-ALPN connections. If a client requests a specific protocol via ALPN (`h2` or `http/1.1`), however, the protocol is forced and must be used.