Framework that brings asynchronous RESTful functionality to C++14 applications.
Restbed is a comprehensive and consistent programming model for building applications that require seamless and secure communication over HTTP, with the ability to model a range of business processes, designed to target mobile, tablet, desktop and embedded production environments.
Restbed is a comprehensive and consistent programming model for building applications that require seamless and secure communication over HTTP, with the ability to model a range of business processes, designed to target mobile, tablet, desktop and embedded production environments.
To install restbed, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install restbed
To see what files were installed by restbed, run:
port contents restbed
To later upgrade restbed, run:
sudo port selfupdate && sudo port upgrade restbed
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.