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
2012-05-24 05:14:06 +02:00
CMakeLists.txt More fixes, added sample code. 2012-03-31 02:40:30 +02:00
main.cpp More fixes, added sample code. 2012-03-31 02:40:30 +02:00
minihttp.cpp oops, typo that prevented non-win32 compile 2012-05-24 05:14:06 +02:00
minihttp.h Finish incomplete requests if the socket gets closed unexpectedly 2012-05-23 20:51:24 +02:00