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 6fc6bbd1fb Do not call _OnRequestDone() and _OnClose() if following a redirect and autofollow is on.
This makes the redirect fully transparent and invisible for the outside.
2012-06-01 18:49:40 +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 Do not call _OnRequestDone() and _OnClose() if following a redirect and autofollow is on. 2012-06-01 18:49:40 +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