minihttp

Simple HTTP client

A small, portable C++ TCP and HTTP client implementation with support for GET and POST requests, optionally using SSL.

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.

GitHub

79 stars
7 watching
33 forks
Language: C++
last commit: 7 months ago
Linked from 1 awesome list


Backlinks from these awesome lists:

Related projects:

Repository Description Stars
sony/easyhttpcpp A cross-platform HTTP client library with features like caching and pooling. 163
ef-gy/cxxhttp A C++ library implementing an asynchronous HTTP server and client. 25
nativeformat/nfhttp Provides a common interface to communicate with different systems over HTTP 588
schlenkr/fshttp An F# HTTP client library that provides a flexible and convenient way to make HTTP requests. 451
easyhttp/easyhttp An HTTP client library for C# providing support for common HTTP methods and features. 982
mlsdev/tron A lightweight network abstraction layer for building HTTP clients in iOS and other platforms. 542
criteo/lolhttp A library that provides an HTTP server and client implementation for Scala, allowing developers to build web applications with a focus on simplicity and flexibility. 91
sprinfall/webcc A lightweight C++ HTTP client and server library with support for HTTPS, IPv6, and persistent connections 274
nmattisson/httpclient A low-level HTTP client library for C++ that provides basic functionality for making HTTP requests on the Spark Core and other embedded platforms. 121
snoyberg/http-client Provides a low-level HTTP client engine with various backends and higher-level APIs. 280
snwfdhmp/simplehttp Serves local files over HTTP 66
kriswallsmith/buzz A lightweight HTTP client library with support for multiple protocols and features such as batch requests and HTTP2 server push. 1,918
esl/lhttpc An Erlang implementation of an HTTP client for making requests to web servers 127
haf/http.fs An HTTP client library for F# that enables simple and functional interaction with web servers. 322
saltwaterc/http-request A general-purpose HTTP client for Node.js with support for transparent compression and SSL. 80