Registry / cloud / oatpp-consul

oatpp-consul

JSON →
library1.3.0vcpkgunverified

OAT++ Modern web framework consul module.

vcpkg install oatpp-consul
INSTALL
IMPORT
SIG · OATPP-CONSUL
O
oatpp-consul
cloudcppv1.3.0
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.

oatpp-consul/Consul.hpp
#include <oatpp-consul/Consul.hpp>

Connect to a Consul agent and list registered services.

#include "oatpp-consul/Consul.hpp" #include <iostream> int main() { oatpp::consul::Consul consul("http://localhost:8500"); auto services = consul.getServices(); for (auto& [name, service] : services) { std::cout << "Service: " << name << std::endl; } return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.3.0latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
11 hits · last 30 days
node
10
Amazon
1
Resources

No resource links recorded.

oatpp-consul — pip install oatpp-consul · libregistry