RESTinio
Loading...
Searching...
No Matches
core.hpp
Go to the documentation of this file.
1/*
2 restinio
3*/
4
5/*!
6 * @file
7 * @brief Include all core header files in one.
8 *
9 * @since v.0.7.0
10 */
11
12#pragma once
13
14#include <restinio/version.hpp>
15
16#include <restinio/asio_include.hpp>
17#include <restinio/settings.hpp>
18#include <restinio/http_headers.hpp>
19#include <restinio/message_builders.hpp>
20#include <restinio/http_server.hpp>
21#include <restinio/http_server_run.hpp>
22#include <restinio/asio_timer_manager.hpp>
23#include <restinio/null_timer_manager.hpp>
24#include <restinio/null_logger.hpp>
25#include <restinio/ostream_logger.hpp>
26#include <restinio/uri_helpers.hpp>
27#include <restinio/cast_to.hpp>
28#include <restinio/value_or.hpp>
29
30#include <restinio/router/express.hpp>