Pistache
An elegant C++ REST framework.
Modern API
Written in pure C++17 and providing a low-level HTTP abstraction, Pistache makes playing with its modern API fun and easy, just take a look at the quickstart
What's in the box
- A multi-threaded HTTP server to build your APIs
- An asynchronous HTTP client to request APIs
- An HTTP router to dispatch requests to C++ functions
- A REST description DSL to easily define your APIs
- Type-safe headers and MIME types implementation
Use it
- Clone it on GitHub
- Start with the quickstart
- Read the full user's guide
- Have issues with it? Fill an issue