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-23 20:51:24 +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 Finish incomplete requests if the socket gets closed unexpectedly 2012-05-23 20:51:24 +02:00
minihttp.h Finish incomplete requests if the socket gets closed unexpectedly 2012-05-23 20:51:24 +02:00