|
Orbit Framework
An ultra-modern, asynchronous, cross-platform C++ Web Framework.
|
#include <orbit/http/HttpRequest.hpp>#include <orbit/http/HttpResponse.hpp>#include <orbit/http/ResponseWriter.hpp>#include <orbit/http/json.hpp>#include <type_traits>#include <functional>#include <memory>#include <string>#include <tuple>

Go to the source code of this file.
Namespaces | |
| namespace | routing |
Functions | |
| template<typename Handler > | |
| auto | routing::wrap_handler (Handler &&h) -> std::function< void(http::HttpRequest &, std::shared_ptr< http::ResponseWriter >)> |