tide
tide copied to clipboard
Does tide plan to support http2?
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
Tide does not have http2+ support.
Does Tide plan to support http2 in the future?
Does Tide plan to support http2 in the future?
Yes, this is the problem. I think I should revise the title
This would probably be relevant here: https://github.com/http-rs/tide/discussions/888
This would probably be relevant here: #888
thanks