lightbug_http icon indicating copy to clipboard operation
lightbug_http copied to clipboard

HTTP 2.0 Support

Open saviorand opened this issue 1 year ago • 3 comments

The framework should support sending and receiving HTTP 2.0 requests

saviorand avatar Jan 04 '24 10:01 saviorand

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.

mikeball avatar Jun 03 '24 15:06 mikeball

@mikeball Hmm, good point. I think I'll keep this issue open still, but will open a new one for HTTP/3. We'll likely need /2 support in the future at some point still. Thanks for the suggestion!

saviorand avatar Jun 04 '24 06:06 saviorand

Added an issue for HTTP/3 here https://github.com/saviorand/lightbug_http/issues/53

saviorand avatar Jun 04 '24 14:06 saviorand