proxygen

Collection of C++ HTTP libraries including server and client frameworks

brewmacoslinux
Try with needOr install directly
Source

About

Collection of C++ HTTP libraries

Commands

proxygen

Examples

Start a simple HTTP echo server on port 8080$ proxygen --port 8080
Make an HTTP request to a server$ proxygen --request http://example.com/path
Run proxygen with custom configuration file$ proxygen --config /etc/proxygen/config.json