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
fgenesis 677000b533 Merge pull request #2 from meh2481/master
Fix include order for MinGW Windows
2014-03-27 02:25:32 +01: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 Fix include order for MinGW Windows 2014-03-26 21:12:06 -04:00
minihttp.h Do not call _OnRequestDone() and _OnClose() if following a redirect and autofollow is on. 2012-06-01 18:49:40 +02:00