This is the complete list of members for easy::HttpWith< Dependency >, including all inherited members.
DbSchema(std::string_view schema) | easy::HttpWith< Dependency > | inline |
DefaultContentType(http::ContentType content_type) | easy::HttpWith< Dependency > | inline |
Del(std::string_view path, Callback &&func) | easy::HttpWith< Dependency > | inline |
Get(std::string_view path, Callback &&func) | easy::HttpWith< Dependency > | inline |
HttpWith(int argc, const char *const argv[]) (defined in easy::HttpWith< Dependency >) | easy::HttpWith< Dependency > | inline |
LogLevel(logging::Level level) | easy::HttpWith< Dependency > | inline |
Patch(std::string_view path, Callback &&func) | easy::HttpWith< Dependency > | inline |
Port(std::uint16_t port) | easy::HttpWith< Dependency > | inline |
Post(std::string_view path, Callback &&func) | easy::HttpWith< Dependency > | inline |
Put(std::string_view path, Callback &&func) | easy::HttpWith< Dependency > | inline |
Route(std::string_view path, Callback &&func, std::initializer_list< server::http::HttpMethod > methods={ server::http::HttpMethod::kGet, server::http::HttpMethod::kPost, server::http::HttpMethod::kDelete, server::http::HttpMethod::kPut, server::http::HttpMethod::kPatch, }) | easy::HttpWith< Dependency > | inline |
~HttpWith() (defined in easy::HttpWith< Dependency >) | easy::HttpWith< Dependency > | inline |