Safeheron-SGX-Native-Development-Framework v1.2.0
Loading...
Searching...
No Matches
ssgx::http_t::Server Member List

This is the complete list of members for ssgx::http_t::Server, including all inherited members.

AddFilter(std::unique_ptr< Filter > &&filter)ssgx::http_t::Server
Get(const std::string &path, const std::function< void(ssgx::http_t::Request &, ssgx::http_t::Response &)> &handler)ssgx::http_t::Server
Listen(const std::string &url)ssgx::http_t::Server
Post(const std::string &path, const std::function< void(ssgx::http_t::Request &, ssgx::http_t::Response &)> &handler)ssgx::http_t::Server
Server()=defaultssgx::http_t::Server
ServerProcessBridge(Server *srv, const std::string &method, const std::string &path, ssgx::http_t::Request &req, ssgx::http_t::Response &resp)ssgx::http_t::Serverfriend
SetMaxQueued(uint64_t max_queued)ssgx::http_t::Server
SetMaxThreads(uint64_t max_threads)ssgx::http_t::Server
SetTimeOut(uint64_t timeout_seconds)ssgx::http_t::Server
Start()ssgx::http_t::Server
Stop()ssgx::http_t::Server
~Server()ssgx::http_t::Server