2
3
6
7
8
9
10
14#include <restinio/compiler_features.hpp>
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
A type of holder of limits related to an incoming HTTP message.
std::size_t m_max_field_value_size
incoming_http_msg_limits_t & max_field_value_size(std::size_t value) &noexcept
incoming_http_msg_limits_t & max_body_size(std::uint64_t value) &noexcept
incoming_http_msg_limits_t & max_url_size(std::size_t value) &noexcept
incoming_http_msg_limits_t && max_field_count(std::size_t value) &&noexcept
incoming_http_msg_limits_t && max_url_size(std::size_t value) &&noexcept
incoming_http_msg_limits_t & max_field_name_size(std::size_t value) &noexcept
incoming_http_msg_limits_t() noexcept=default
std::uint64_t m_max_body_size
std::size_t max_url_size() const noexcept
incoming_http_msg_limits_t && max_body_size(std::uint64_t value) &&noexcept
incoming_http_msg_limits_t && max_field_name_size(std::size_t value) &&noexcept
std::size_t max_field_count() const noexcept
std::size_t m_max_url_size
incoming_http_msg_limits_t & max_field_count(std::size_t value) &noexcept
std::size_t m_max_field_name_size
incoming_http_msg_limits_t && max_field_value_size(std::size_t value) &&noexcept
std::size_t m_max_field_count
std::uint64_t max_body_size() const noexcept
std::size_t max_field_name_size() const noexcept
std::size_t max_field_value_size() const noexcept