3 #ifndef WEB_RDFS_INCLUDE_HTTP_HANDLERS_H_
4 #define WEB_RDFS_INCLUDE_HTTP_HANDLERS_H_
6 #include "server_http.h"
7 #include "web_rdfs_server.h"
8 #include "web_request_translator.h"
25 void frontend_handler(std::shared_ptr<HttpsServer::Response> response,
26 std::shared_ptr<HttpsServer::Request> request);
34 void get_handler(std::shared_ptr<HttpsServer::Response> response,
35 std::shared_ptr<HttpsServer::Request> request);
43 void post_handler(std::shared_ptr<HttpsServer::Response> response,
44 std::shared_ptr<HttpsServer::Request> request);
52 void put_handler(std::shared_ptr<HttpsServer::Response> response,
53 std::shared_ptr<HttpsServer::Request> request);
61 void delete_handler(std::shared_ptr<HttpsServer::Response> response,
62 std::shared_ptr<HttpsServer::Request> request);
64 #endif // WEB_RDFS_INCLUDE_HTTP_HANDLERS_H_
Definition: zk_nn_client.h:156