|
| 1 | +// |
| 2 | +// Copyright (c) 2025 Mohammad Nejati |
| 3 | +// |
| 4 | +// Distributed under the Boost Software License, Version 1.0. (See accompanying |
| 5 | +// file LICENSE_1_0.txt or copy at https://www.boost.org/LICENSE_1_0.txt) |
| 6 | +// |
| 7 | +// Official repository: https://github.com/boostorg/url |
| 8 | +// |
| 9 | + |
| 10 | + |
| 11 | +[#reference] |
| 12 | += Reference |
| 13 | + |
| 14 | +[width=100%] |
| 15 | +|=== |
| 16 | +3+| *HTTP PROTO* | *RFC* |
| 17 | + |
| 18 | +| *Types (1/2)* |
| 19 | + |
| 20 | +cpp:boost::http_proto::fields[fields] |
| 21 | + |
| 22 | +cpp:boost::http_proto::fields_base[fields_base] |
| 23 | + |
| 24 | +cpp:boost::http_proto::fields_view[fields_view] |
| 25 | + |
| 26 | +cpp:boost::http_proto::fields_view_base[fields_view_base] |
| 27 | + |
| 28 | +cpp:boost::http_proto::file[file] |
| 29 | + |
| 30 | +cpp:boost::http_proto::file_sink[file_sink] |
| 31 | + |
| 32 | +cpp:boost::http_proto::file_source[file_source] |
| 33 | + |
| 34 | +cpp:boost::http_proto::header_limits[header_limits] |
| 35 | + |
| 36 | +cpp:boost::http_proto::message_base[message_base] |
| 37 | + |
| 38 | +cpp:boost::http_proto::message_view_base[message_view_base] |
| 39 | + |
| 40 | +cpp:boost::http_proto::metadata[metadata] |
| 41 | + |
| 42 | +cpp:boost::http_proto::parser[parser] |
| 43 | + |
| 44 | +cpp:boost::http_proto::request[request] |
| 45 | + |
| 46 | +cpp:boost::http_proto::request_base[request_base] |
| 47 | + |
| 48 | +cpp:boost::http_proto::request_parser[request_parser] |
| 49 | + |
| 50 | +cpp:boost::http_proto::request_view[request_view] |
| 51 | + |
| 52 | +cpp:boost::http_proto::response[response] |
| 53 | + |
| 54 | +cpp:boost::http_proto::response_base[response_base] |
| 55 | + |
| 56 | +| **Types (2/2)** |
| 57 | + |
| 58 | +cpp:boost::http_proto::response_parser[response_parser] |
| 59 | + |
| 60 | +cpp:boost::http_proto::response_view[response_view] |
| 61 | + |
| 62 | +cpp:boost::http_proto::serializer[serializer] |
| 63 | + |
| 64 | +cpp:boost::http_proto::sink[sink] |
| 65 | + |
| 66 | +cpp:boost::http_proto::source[source] |
| 67 | + |
| 68 | +cpp:boost::http_proto::static_fields[static_fields] |
| 69 | + |
| 70 | +cpp:boost::http_proto::static_request[static_request] |
| 71 | + |
| 72 | +cpp:boost::http_proto::static_response[static_response] |
| 73 | + |
| 74 | +**Functions** |
| 75 | + |
| 76 | +cpp:boost::http_proto::combine_field_values[combine_field_values] |
| 77 | + |
| 78 | +cpp:boost::http_proto::install_parser_service[install_parser_service] |
| 79 | + |
| 80 | +cpp:boost::http_proto::install_serializer_service[install_serializer_service] |
| 81 | + |
| 82 | +cpp:boost::http_proto::int_to_status[int_to_status] |
| 83 | + |
| 84 | +cpp:boost::http_proto::obsolete_reason[obsolete_reason] |
| 85 | + |
| 86 | +cpp:boost::http_proto::string_to_field[string_to_field] |
| 87 | + |
| 88 | +cpp:boost::http_proto::string_to_method[string_to_method] |
| 89 | + |
| 90 | +cpp:boost::http_proto::to_status_class[to_status_class] |
| 91 | + |
| 92 | +cpp:boost::http_proto::to_string[to_string] |
| 93 | + |
| 94 | +// cpp:boost::http_proto::operator<<[operator<<] |
| 95 | + |
| 96 | +| **Constants** |
| 97 | + |
| 98 | +cpp:boost::http_proto::condition[condition] |
| 99 | + |
| 100 | +cpp:boost::http_proto::content_coding[content_coding] |
| 101 | + |
| 102 | +cpp:boost::http_proto::error[error] |
| 103 | + |
| 104 | +cpp:boost::http_proto::field[field] |
| 105 | + |
| 106 | +cpp:boost::http_proto::file_mode[file_mode] |
| 107 | + |
| 108 | +cpp:boost::http_proto::method[method] |
| 109 | + |
| 110 | +cpp:boost::http_proto::payload[payload] |
| 111 | + |
| 112 | +cpp:boost::http_proto::status[status] |
| 113 | + |
| 114 | +cpp:boost::http_proto::status_class[status_class] |
| 115 | + |
| 116 | +cpp:boost::http_proto::version[version] |
| 117 | + |
| 118 | +**Type Traits** |
| 119 | + |
| 120 | +cpp:boost::http_proto::is_sink[is_sink] |
| 121 | + |
| 122 | +cpp:boost::http_proto::is_source[is_source] |
| 123 | + |
| 124 | +| **Grammar** |
| 125 | + |
| 126 | +cpp:boost::http_proto::parameter_rule[parameter_rule] |
| 127 | + |
| 128 | +cpp:boost::http_proto::quoted_token_rule[quoted_token_rule] |
| 129 | + |
| 130 | +cpp:boost::http_proto::token_rule[token_rule] |
| 131 | + |
| 132 | +cpp:boost::http_proto::upgrade_protocol_rule[upgrade_protocol_rule] |
| 133 | + |
| 134 | +cpp:boost::http_proto::upgrade_rule[upgrade_rule] |
| 135 | + |
| 136 | +**Types** |
| 137 | + |
| 138 | +cpp:boost::http_proto::upgrade_protocol[upgrade_protocol] |
| 139 | + |
| 140 | +cpp:boost::http_proto::parameter[parameter] |
| 141 | + |
| 142 | +cpp:boost::http_proto::quoted_token_view[quoted_token_view] |
| 143 | + |
| 144 | +**Functions** |
| 145 | + |
| 146 | +cpp:boost::http_proto::list_rule[list_rule] |
| 147 | + |
| 148 | +**Constants** |
| 149 | + |
| 150 | +cpp:boost::http_proto::tchars[tchars] |
| 151 | + |
| 152 | +|=== |
0 commit comments