Skip to content

jspotter/evhttpclient

Repository files navigation

EDIT: NO LONGER SUPPORTED

WARNING: I no longer maintain this code, and it almost certainly has issues. Using it is probably dangerous.

evhttpclient

An HTTP client in C++ that uses the libev event library.

Features

  • Makes HTTP requests asynchronously.
  • Uses a connection pool.
  • Allows the user to specify and dynamically adjust a timeout value for a single request.

Installing libev

$ brew install libev

Usage

Usage examples can be found in the tests/ directory.

About

WARNING: I no longer maintain this, and it almost certainly has issues. Using it is probably dangerous.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published