Implement a curl stream
cURL has a mode in which it acts a lot like our streams, providing send and recv functions and taking care of the TLS and proxy setup for us. Implement a new stream which uses libcurl instead of raw sockets or the TLS libraries directly. This version does not support reporting certificates or proxies yet.
Showing
src/curl_stream.c
0 → 100644
src/curl_stream.h
0 → 100644
Please
register
or
sign in
to comment