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 01:02:43 +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 Merge branch 'master' into ssl. Also attempt to sanitize send failure. 2015-10-01 19:59:26 +02:00
minihttp.cpp Compile fix for newer polarssl/mbedtls headers 2015-10-02 01:02:43 +02:00
minihttp.h Linux fix attempt #1 (it used to work, wtf!) 2015-10-02 00:45:23 +02:00