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 13:49:53 +02:00
CMakeLists.txt More fixes, added sample code. 2012-03-31 02:40:30 +02:00
main.cpp Fix build on FreeBSD (thx Jan Beich), avoid sending SIGPIPE in *nix. 2015-10-01 13:49:53 +02:00
minihttp.cpp Fix build on FreeBSD (thx Jan Beich), avoid sending SIGPIPE in *nix. 2015-10-01 13:49:53 +02: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