Skip to content

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

License

Notifications You must be signed in to change notification settings

troycheng/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

Languages

  • C 63.1%
  • C++ 35.9%
  • Makefile 1.0%