Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-01-01 | chore: update copyright to 2024 (#21753) | David Sherret | |
2023-06-26 | chore: fix typos (#19572) | Martin Fischer | |
2023-04-25 | refactor(ext/http): comments for h2c code (#18833) | Matt Mastracci | |
2023-04-24 | feat(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. |