Classes | |
| class | HttpServer |
Typedefs | |
| using | json = nlohmann::json |
Functions | |
| void | HandleHealth (const httplib::Request &req, httplib::Response &res) |
| void | HandleListModels (const httplib::Request &req, httplib::Response &res) |
| using yaze::cli::api::json = nlohmann::json |
Definition at line 12 of file api_handlers.cc.
| void yaze::cli::api::HandleHealth | ( | const httplib::Request & | req, |
| httplib::Response & | res ) |
Definition at line 14 of file api_handlers.cc.
Referenced by yaze::cli::api::HttpServer::RegisterRoutes().
| void yaze::cli::api::HandleListModels | ( | const httplib::Request & | req, |
| httplib::Response & | res ) |
Definition at line 25 of file api_handlers.cc.
References yaze::cli::ModelRegistry::GetInstance().
Referenced by yaze::cli::api::HttpServer::RegisterRoutes().
