Registry / web-framework / pistache

pistache

JSON →
library2021-03-31vcpkgunverified

Pistache is a modern and elegant HTTP and REST framework for C++. It is entirely written in pure-C++11 and provides a clear and pleasant API

vcpkg install pistache
INSTALL
IMPORT
SIG · PISTACHE
P
pistache
web-frameworkcppv2021-03-31
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

pistache/endpoint.h
#include <pistache/endpoint.h>

Create and initialize a basic HTTP endpoint

#include <pistache/endpoint.h> #include <iostream> using namespace Pistache; int main() { Http::Endpoint server(Address(Ipv4::any(), Port(9080))); server.init(); std::cout << "Server started on port 9080" << std::endl; server.shutdown(); return 0; }
Debug
Known issues
gotchaRequires C++11 or later; may have ABI issues with different compilers
fix
Ensure consistent compiler and C++ standard across all linked libraries
affects: all
Upgrade
Version history
2021-03-31latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
22 hits · last 30 days
node
20
OpenAI (training)
1
Resources

No resource links recorded.

pistache — pip install pistache · libregistry