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-01 22:12:05 +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 less debug spam 2015-10-01 22:12:05 +02:00
minihttp.h Allow supplying custom headers in HTTP request 2015-04-29 20:49:17 +02:00