Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(feature request) HTTP/2 Functionality Request #42

Open
DragonOsman opened this issue Jul 29, 2022 · 1 comment
Open

(feature request) HTTP/2 Functionality Request #42

DragonOsman opened this issue Jul 29, 2022 · 1 comment

Comments

@DragonOsman
Copy link

It'd be great if this library could also support HTTP/2. If this library's still being maintained, please consider doing this.

I also have another query: I have this web server I wrote in Boost.Beast that I'd like to port to this library if possible. I have an "unknown protocol" error from the ClientHello that I think is because of a pending HTTP/2 upgrade request, so I tried to look into setting ALPN for that but I haven't had had much luck in finding good examples for implementing the callbacks some of the OpenSSL API functions for this expect. If someone could write a library that builds and works well on Windows and that also takes care of that or at least has working examples showing how to do it, that'd be great.

@DragonOsman
Copy link
Author

To add: It'd be great if, when and if this feature is added, you could also provide a layer of abstraction over OpenSSL's extension API for ALPN so those of us who want to do ALPN can use this library's abstracted API instead of having to use OpenSSL's API directly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant