Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 544 Bytes

README.md

File metadata and controls

24 lines (14 loc) · 544 Bytes

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.