You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's definitely possible. But the example would be quite large since it needs to also include a HTTP/1 server to respond to the ACME challenges.
with reverse proxy example?
A reverse proxy example should be pretty straightforward. But note that s2n-quic doesn't ship with a HTTP/3 implementation so that would need to come from h3, for example. You can see an example of how to integrate with it in the s2n-quic-h3 crate. Keep in mind that the h3 crate does not have a release on crates.io so the API might change/break at any time.
Also, possible to integrate with monoio's hyper?
Hyper currently does not have HTTP/3 support (see hyperium/hyper#1818 (comment)). You'd have to use the h3 crate directly. But it should be possible to use that with tower.
Looking to use as replacement to current implementation.
https://github.com/bytedance/monoio/blob/master/examples/hyper_server.rs
The text was updated successfully, but these errors were encountered: