Crow  1.1
A C++ microframework for the web
crow::Crow< Middlewares > Member List

This is the complete list of members for crow::Crow< Middlewares >, including all inherited members.

add_blueprint()crow::Crow< Middlewares >inline
add_static_dir()crow::Crow< Middlewares >inline
add_websocket(crow::websocket::connection *conn) (defined in crow::Crow< Middlewares >)crow::Crow< Middlewares >inline
bindaddr(std::string bindaddr)crow::Crow< Middlewares >inline
bindaddr()crow::Crow< Middlewares >inline
catchall_route()crow::Crow< Middlewares >inline
compression_algorithm() (defined in crow::Crow< Middlewares >)crow::Crow< Middlewares >inline
compression_used() const (defined in crow::Crow< Middlewares >)crow::Crow< Middlewares >inline
concurrency(std::uint16_t concurrency)crow::Crow< Middlewares >inline
concurrency()crow::Crow< Middlewares >inline
context_t typedef (defined in crow::Crow< Middlewares >)crow::Crow< Middlewares >
Crow() (defined in crow::Crow< Middlewares >)crow::Crow< Middlewares >inline
Crow(Ts &&... ts)crow::Crow< Middlewares >inline
debug_print()crow::Crow< Middlewares >inline
exception_handler(Func &&f)crow::Crow< Middlewares >inline
exception_handler() (defined in crow::Crow< Middlewares >)crow::Crow< Middlewares >inline
get_context(const request &req) (defined in crow::Crow< Middlewares >)crow::Crow< Middlewares >inline
get_middleware() (defined in crow::Crow< Middlewares >)crow::Crow< Middlewares >inline
handle(request &req, response &res, std::unique_ptr< routing_handle_result > &found)crow::Crow< Middlewares >inline
handle_full(request &req, response &res)crow::Crow< Middlewares >inline
handle_initial(request &req, response &res)crow::Crow< Middlewares >inline
handle_upgrade(const request &req, response &res, Adaptor &&adaptor)crow::Crow< Middlewares >inline
loglevel(LogLevel level)crow::Crow< Middlewares >inline
multithreaded()crow::Crow< Middlewares >inline
mw_container_t typedef (defined in crow::Crow< Middlewares >)crow::Crow< Middlewares >
port(std::uint16_t port)crow::Crow< Middlewares >inline
port()crow::Crow< Middlewares >inline
register_blueprint(Blueprint &blueprint) (defined in crow::Crow< Middlewares >)crow::Crow< Middlewares >inline
remove_websocket(crow::websocket::connection *conn) (defined in crow::Crow< Middlewares >)crow::Crow< Middlewares >inline
route(const std::string &rule) -> typename std::result_of< decltype(&Router::new_rule_tagged< Tag >)(Router, const std::string &)>::typecrow::Crow< Middlewares >inline
route_dynamic(const std::string &rule)crow::Crow< Middlewares >inline
run()crow::Crow< Middlewares >inline
run_async()crow::Crow< Middlewares >inline
self_t typedefcrow::Crow< Middlewares >
server_name(std::string server_name)crow::Crow< Middlewares >inline
server_t typedefcrow::Crow< Middlewares >
signal_add(int signal_number) (defined in crow::Crow< Middlewares >)crow::Crow< Middlewares >inline
signal_clear() (defined in crow::Crow< Middlewares >)crow::Crow< Middlewares >inline
signals() (defined in crow::Crow< Middlewares >)crow::Crow< Middlewares >inline
ssl(asio::ssl::context &&ctx) (defined in crow::Crow< Middlewares >)crow::Crow< Middlewares >inline
ssl_chainfile(const std::string &crt_filename, const std::string &key_filename)crow::Crow< Middlewares >inline
ssl_file(const std::string &crt_filename, const std::string &key_filename)crow::Crow< Middlewares >inline
ssl_file(const std::string &pem_filename)crow::Crow< Middlewares >inline
ssl_server_t typedefcrow::Crow< Middlewares >
ssl_used() const (defined in crow::Crow< Middlewares >)crow::Crow< Middlewares >inline
stop()crow::Crow< Middlewares >inline
stream_threshold(size_t threshold)crow::Crow< Middlewares >inline
stream_threshold()crow::Crow< Middlewares >inline
tick(Duration d, Func f)crow::Crow< Middlewares >inline
timeout(std::uint8_t timeout)crow::Crow< Middlewares >inline
use_compression(compression::algorithm algorithm) (defined in crow::Crow< Middlewares >)crow::Crow< Middlewares >inline
validate()crow::Crow< Middlewares >inline
wait_for_server_start()crow::Crow< Middlewares >inline
websocket_max_payload(uint64_t max_payload)crow::Crow< Middlewares >inline
websocket_max_payload()crow::Crow< Middlewares >inline