WARNING: I no longer maintain this code, and it almost certainly has issues. Using it is probably dangerous.
An HTTP client in C++ that uses the libev event library.
- Makes HTTP requests asynchronously.
- Uses a connection pool.
- Allows the user to specify and dynamically adjust a timeout value for a single request.
$ brew install libev
Usage examples can be found in the tests/ directory.