HTTP 2.0 Support
saviorand opened this issue · 3 comments
saviorand commented
The framework should support sending and receiving HTTP 2.0 requests
mikeball commented
Could you just skip HTTP/2, and only build out support for HTTP/1.1 and HTTP/3? Seems like that might be better use of limited time given it's significantly different and more performant and the future default choice and build the code base to handle HTTP/3 going forward. I suspect for some time any mojo web apps will be fronted by nginx/caddy and so HTTP/1.1 and plain HTTP should suffice until it needs to run publicly.