This is the complete list of members for fun::ApiService, including all inherited members.
ASSERT_NO_ROLLBACK typedef | fun::ApiService | |
Handler typedef | fun::ApiService | |
Handler2 typedef | fun::ApiService | |
Handler3 typedef | fun::ApiService | |
JwtEnabledHandler typedef (defined in fun::ApiService) | fun::ApiService | |
MatchResult typedef (defined in fun::ApiService) | fun::ApiService | |
RegisterHandler(const http::Method &method, const boost::regex &re, const Handler &handler) | fun::ApiService | static |
RegisterHandler2(const http::Method &method, const boost::regex &re, const Handler2 &handler) | fun::ApiService | static |
RegisterHandler3(const http::Method &method, const boost::regex &re, const Handler3 &handler) | fun::ApiService | static |
RegisterJwtEnabledHandler(const http::Method &method, const boost::regex &re, const JwtEnabledHandler &handler, const Ptr< JwtVerifier > &jwt_verifier) (defined in fun::ApiService) | fun::ApiService | static |