Well, I didn't find any one for server or client. By the way, what you want is 2 parts:
1. After creating the connection, create the request. 2. Create a tls engine that is performing in memory, for example a MEM_BIO in openssl And then perform the transportation. Creating the request is easy, http is a textual protocol. For tls side, read openssl ssl docs with memory BIO. On Wed, Apr 21, 2021, 12:36 Boris Feinstein <[email protected]> wrote: > Hi all, > > I'm looking for a library to allow performing HTTP requests using libuv > with TLS support. > Not an HTTP server, only an HTTP client. > > Is anyone familiar with such projects? > > Thanks in advance, > Boris > > -- > You received this message because you are subscribed to the Google Groups > "libuv" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/libuv/8e7ee63c-2753-4b71-8ae3-ed5abf8c4f82n%40googlegroups.com > <https://groups.google.com/d/msgid/libuv/8e7ee63c-2753-4b71-8ae3-ed5abf8c4f82n%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- You received this message because you are subscribed to the Google Groups "libuv" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/libuv/CAMLQwn%3DcjXmvv_d_DWZ7NyohuJCWeJVmOXPo6p7ie6HDjbbNog%40mail.gmail.com.
