A minimal (C++) one-file TCP & HTTP client implementation. Supports GET & simple POST. Optional SSL via PolarSSL/mbedTLS. Cross-platform, uses POSIX or Win32 API.
Find a file
2015-10-02 17:44:54 +02:00
cmake experimental (unsafe) SSL support using polarssl/mbedtls. also cmake cleanup. 2015-04-24 00:47:22 +02:00
CMakeLists.txt experimental (unsafe) SSL support using polarssl/mbedtls. also cmake cleanup. 2015-04-24 00:47:22 +02:00
main.cpp Fix HTTP->HTTPS redirect, local redirect, and some other issues. Accept untrusted certs for now. 2015-10-02 17:44:54 +02:00
minihttp.cpp Fix HTTP->HTTPS redirect, local redirect, and some other issues. Accept untrusted certs for now. 2015-10-02 17:44:54 +02:00
minihttp.h Fix HTTP->HTTPS redirect, local redirect, and some other issues. Accept untrusted certs for now. 2015-10-02 17:44:54 +02:00