Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fgenesis/minihttp
A minimal 2-file (cpp+h) TCP & HTTP client implementation. Supports GET & simple POST. Optional SSL via PolarSSL/mbedTLS. Cross-platform, uses POSIX or Win32 API. C++03 with STL.
https://github.com/fgenesis/minihttp
Last synced: about 2 months ago
JSON representation
A minimal 2-file (cpp+h) TCP & HTTP client implementation. Supports GET & simple POST. Optional SSL via PolarSSL/mbedTLS. Cross-platform, uses POSIX or Win32 API. C++03 with STL.
- Host: GitHub
- URL: https://github.com/fgenesis/minihttp
- Owner: fgenesis
- Created: 2012-03-30T23:01:57.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2024-04-27T13:44:19.000Z (9 months ago)
- Last Synced: 2024-11-14T23:33:46.079Z (about 2 months ago)
- Language: C++
- Homepage:
- Size: 79.1 KB
- Stars: 79
- Watchers: 7
- Forks: 33
- Open Issues: 3
-
Metadata Files:
Awesome Lists containing this project
- AwesomeCppGameDev - minihttp - file (cpp+h) TCP & HTTP client implementation. Supports GET & simple POST. Optional SSL via PolarSSL/mbedTLS. Cross-platform, uses POSIX or Win32 API. (Networking)