cpp-httplib is a C++11 single-file header-only cross platform HTTP/HTTPS library. This port also builds and installs the optional compiled library variant.
cpp-httplib is a C++11 single-file header-only cross platform HTTP/HTTPS library. This port also builds and installs the optional compiled library variant.
To install cpp-httplib, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install cpp-httplib
To see what files were installed by cpp-httplib, run:
port contents cpp-httplib
To later upgrade cpp-httplib, run:
sudo port selfupdate && sudo port upgrade cpp-httplib
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.