Cavoke  1.1.0
A Platform for creating and hosting multiplayer turn-based board games
Loading...
Searching...
No Matches
cavoke::server::controllers::HealthController Class Reference
Inheritance diagram for cavoke::server::controllers::HealthController:
[legend]

Public Member Functions

METHOD_LIST_BEGIN ADD_METHOD_TO (HealthController::health, "/health", drogon::Get, drogon::Options)
 

Protected Member Functions

void health (const drogon::HttpRequestPtr &req, std::function< void(const drogon::HttpResponsePtr &)> &&callback)
 

Detailed Description

Definition at line 8 of file health_controller.h.

Member Function Documentation

◆ health()

void cavoke::server::controllers::HealthController::health ( const drogon::HttpRequestPtr &  req,
std::function< void(const drogon::HttpResponsePtr &)> &&  callback 
)
protected

Definition at line 3 of file health_controller.cpp.


The documentation for this class was generated from the following files: