26#ifndef MYSQLROUTER_HTTP_STATIC_FILES_INCLUDED
27#define MYSQLROUTER_HTTP_STATIC_FILES_INCLUDED
37 std::string require_realm);
Definition: static_files.h:34
std::string require_realm_
Definition: static_files.h:43
void handle_request(http::base::Request &req) override
Definition: static_files.cc:53
HttpStaticFolderHandler(std::string static_basedir, std::string require_realm)
Definition: static_files.cc:48
std::string static_basedir_
Definition: static_files.h:42
Definition: request_handler.h:36