tlsuv
tlsuv copied to clipboard
TLS and HTTP(s) client library for libuv
I think it would be nice with a CI workflow for this repo that would cross-compile for different platforms to ensure compatibility. I've recently opened #202 and #203 to fix...
I just cloned the repo and am trying to build the main branch. The instructions in the README don’t seem to describe the current state of the repo: * "Dependencies...
Can tlsuv please support custom allocators just like libuv itself does through https://docs.libuv.org/en/v1.x/misc.html#c.uv_replace_allocator ? I'd like to set this since I'm using a GC and want to point to GC_malloc...
Is this possible to add server side support ?
implement HTTP and/or socks proxy support
this should be default on macOS/iOS targets https://opensource.apple.com/source/Security/Security-55471/libsecurity_ssl/lib/SecureTransport.h.auto.html
after mbedTLS 3.x update
in a busy environment it's impossible to know how long any particular web request takes due to the lack of any type of correlation token. is it possible to add...
For `POST` requests, The `process_requests()` function auto-calculates a `Content-Length` header based on any chunks that might exist in the request body. This is problematic because 1) the client may have...