http-rs / tide

Fast and friendly HTTP server framework for async Rust
https://docs.rs/tide
Apache License 2.0
5.04k stars 322 forks source link

Does tide plan to support http2? #891

Open Jzow opened 2 years ago

Jzow commented 2 years ago

I don't see any references or uses of http2

[features]
default = ["h1-server"]
h1-server = ["async-h1"]

async-h1 crate should be http1 async parsing

Fishrock123 commented 2 years ago

Tide does not have http2+ support.

x3pi commented 2 years ago

Does Tide plan to support http2 in the future?

Jzow commented 2 years ago

Does Tide plan to support http2 in the future?

Yes, this is the problem. I think I should revise the title

jbr commented 2 years ago

This would probably be relevant here: https://github.com/http-rs/tide/discussions/888

Jzow commented 2 years ago

This would probably be relevant here: #888

thanks