-
https://docs.spring.io/spring-framework/reference/6.1/integration/rest-clients.html#rest-request-factories
https://eclipse.dev/jetty/documentation/jetty-12/programming-guide/index.html#pg-client-ht…
-
*plz replace `n0099.net` with a testing domain that is backed by `nginx-quic` to reproduce this backward compatibility break*
```nginx
server {
server_name n0099.net;
listen 443 http3 reuseport;…
-
It would be nice if the Deno standard library had QUIC protocol support out-of-the-box, implemented in Rust underneath. QUIC will likely be the UDP-based alternative to TCP used as the foundation for …
-
### Prerequisites
- [X] I have checked the [Wiki](https://github.com/AdguardTeam/AdGuardHome/wiki) and [Discussions](https://github.com/AdguardTeam/AdGuardHome/discussions/categories/q-a) and found n…
-
Add support for terminating [HTTP/3](https://quicwg.org/base-drafts/draft-ietf-quic-http.html) connections from clients.
Supporting HTTP/3 backends and/or acting as an HTTP/3 passthrough (UDP proxy…
-
- [ ] HTTP2
- [ ] HTTP3
-
[Edit]
**Discussion Summary**: it's really not intuitive how to specify multiple protocols if there isn't an existing enum member for the combination (e.g. `Http1AndHttp2` exists, but `Http2AndHttp3`…
-
[W3C repository](https://github.com/w3c/webtransport)
-
I am developing a gaming application with C# unity for iOs/Android platform. As per https://docs.unity3d.com/Manual/UNetActions.html, it seems like library is part of UNet which will be deprecated. Is…
-
It would be useful to expose a TLS Key Exporter ([RFC 5707](https://www.rfc-editor.org/rfc/rfc5705)), or at least a value that's derived from the TLS master secret, and therefore unique to the TLS ses…