ゴミ箱
Classes | Namespaces | Enumerations
router.hpp File Reference
#include <regex>
#include <string>
#include <vector>
#include <utility>
#include <functional>
#include <unordered_set>
#include <unordered_map>
#include <optional>
#include <boost/beast/http/verb.hpp>
#include <boost/asio/ip/tcp.hpp>
#include "beast_common.hpp"

Go to the source code of this file.

Classes

class  http::Router
 
struct  http::Router::Context
 
class  http::Router::Route
 

Namespaces

 http
 

Enumerations

enum  http::Method {
  http::Method::GET = boost::beast::http::verb::get, http::Method::HEAD = boost::beast::http::verb::head, http::Method::POST = boost::beast::http::verb::post, http::Method::PUT = boost::beast::http::verb::put,
  http::Method::DELETE_ = boost::beast::http::verb::delete_, http::Method::CONNECT = boost::beast::http::verb::connect, http::Method::OPTIONS = boost::beast::http::verb::options, http::Method::TRACE = boost::beast::http::verb::trace
}