CppServer
CppServer copied to clipboard
How to run HTTP client example in command line.
trafficstars
I am interested to run this below example.
https://github.com/chronoxor/CppServer/blob/master/examples/http_client.cpp
How to compile and run, it. Can anyone give me the command lines example.
g++ -std=c++11 -Iinclude examples/http_client.cpp -o http_client -lpthread