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.
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.