Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Stiffstream/restinio
/ functions
Functions
1,758 in github.com/Stiffstream/restinio
⨍
Functions
1,758
◇
Types & classes
643
Function
main
dev/sample/using_external_io_context/main.cpp:26
Function
main
dev/sample/tls_inspector/main.cpp:238
Function
main
dev/sample/decompression/main.cpp:109
Function
main
dev/sample/notificators/main.cpp:115
Function
main
dev/sample/compression/main.cpp:255
Function
main
dev/sample/hello_world_https/main.cpp:69
Function
main
dev/sample/async_chained_handlers/main.cpp:279
Function
main
dev/sample/hello_world_sendfile_https/main.cpp:165
Function
main
dev/sample/express_router_tutorial/main.cpp:129
Function
main
dev/sample/custom_buffer/main.cpp:60
Function
main
dev/sample/websocket_detailed/main.cpp:235
Function
main
dev/sample/async_handling_with_sobjectizer/main.cpp:68
Function
main
dev/sample/hello_world/main.cpp:63
Function
main
dev/test/to_lower_bench/main.cpp:387
Function
main
dev/test/from_string_bench/main.cpp:222
Function
main
dev/test/router/easy_parser_router_bench/main.cpp:257
Function
main
dev/test/router/cmp_router_bench/main.cpp:87
Function
main
dev/test/router/express_router_bench/main.cpp:175
Method
make
dev/test/common/dummy_connection.hpp:22
Function
make_byte_range_spec_parser
dev/restinio/helpers/http_field_parsers/range.hpp:150
Function
make_byte_ranges_specifier_parser
dev/restinio/helpers/http_field_parsers/range.hpp:209
Method
make_copy_of_result
NOTE: this helper method is necessary for MSVC++ compiler. It's because MSVC++ can't compile expression: as_result(dest, Result_Type{m_result}) in c
dev/restinio/helpers/easy_parser.hpp:2904
Method
make_default_parser
! * @brief Make a default parser that doesn't handles weight parameter * a special way. * * This parser handles the following rules: @verbatim
dev/restinio/helpers/http_field_parsers/media-type.hpp:64
Function
make_error_code
dev/restinio/impl/sendfile_operation.hpp:87
Function
make_param_setter
dev/restinio/path2regex/path2regex.hpp:280
Method
make_parser
! * @brief A factory function for a parser of Content-Encoding value. * * @since v.0.6.1 */
dev/restinio/helpers/http_field_parsers/content-encoding.hpp:52
Method
make_parser
! * @brief A factory function for a parser of Accept-Language value. * * @since v.0.6.2 */
dev/restinio/helpers/http_field_parsers/accept-language.hpp:93
Method
make_parser
! * @brief A factory function for a parser of Host value. * * @since v.0.6.9 */
dev/restinio/helpers/http_field_parsers/host.hpp:503
Method
make_parser
! * @brief A factory function for a parser of Content-Disposition value. * * @since v.0.6.1 */
dev/restinio/helpers/http_field_parsers/content-disposition.hpp:350
Method
make_parser
! * @brief A factory function for a parser of Content-Type value. * * @since v.0.6.1 */
dev/restinio/helpers/http_field_parsers/content-type.hpp:47
Method
make_parser
! * @brief A factory function for a parser of Cache-Control value. * * @since v.0.6.1 */
dev/restinio/helpers/http_field_parsers/cache-control.hpp:55
Method
make_parser
! * @brief A factory function for a parser of Transfer-Encoding value. * * @since v.0.6.9 */
dev/restinio/helpers/http_field_parsers/transfer-encoding.hpp:104
Method
make_parser
! * @brief A factory function for a parser of Accept value. * * @since v.0.6.1 */
dev/restinio/helpers/http_field_parsers/accept.hpp:73
Method
make_parser
! * @brief A factory function for a parser of Authorization value. * * @since v.0.6.7 */
dev/restinio/helpers/http_field_parsers/authorization.hpp:183
Method
make_parser
! * @brief A factory function for a parser of Range value. * * @since v.0.6.2 */
dev/restinio/helpers/http_field_parsers/range.hpp:451
Method
make_parser
! * @brief A factory function for a parser of Connection value. * * @since v.0.6.9 */
dev/restinio/helpers/http_field_parsers/connection.hpp:51
Method
make_parser
! * @brief A factory function for a parser of Accept-Encoding value. * * @since v.0.6.2 */
dev/restinio/helpers/http_field_parsers/accept-encoding.hpp:58
Method
make_parser
! * @brief A factory function for a parser of Accept-Charset value. * * @since v.0.6.2 */
dev/restinio/helpers/http_field_parsers/accept-charset.hpp:57
Method
make_parser
! * @brief A factory function for a parser of User-Agent value. * * @since v.0.6.4 */
dev/restinio/helpers/http_field_parsers/user-agent.hpp:69
Method
make_producer
dev/restinio/router/easy_parser_router.hpp:203
Method
make_response
dev/test/router/easy_parser_router_bench/main.cpp:62
Method
make_string_view
Extract the chunk value from the whole body. ! * A check of possibility of extraction is performed. * * @throw exception_t if @a full_body is to
dev/restinio/chunked_input_info.hpp:112
Method
make_string_view_nonchecked
Extract the chunk value from the whole body. ! * @attention * This method doesn't check the possibility of the extraction. * An attempt of extra
dev/restinio/chunked_input_info.hpp:99
Function
make_tls_socket_pointer_for_state_listener
An overload for the case of non-TLS-connection.
dev/restinio/tls.hpp:324
Method
make_transformer
dev/restinio/helpers/easy_parser.hpp:3130
Method
make_transformer
dev/restinio/helpers/easy_parser.hpp:3284
Method
make_weight_aware_parser
! * @brief Make a special parser that stops when weight parameter is found. * * This parser handles the following rules: @verbatim media-ty
dev/restinio/helpers/http_field_parsers/media-type.hpp:91
Method
make_within
dev/test/handle_requests/user_data_simple/main.cpp:49
Method
make_within
dev/restinio/request_handler.hpp:123
Method
mark_as_bad_request
dev/sample/easy_parser_router/main.cpp:261
Method
mark_as_bad_request
dev/sample/express_router/main.cpp:250
Function
mask
dev/restinio/utils/impl/bitops.hpp:24
Method
match
dev/restinio/router/method_matcher.hpp:90
Method
match
dev/restinio/router/method_matcher.hpp:159
Method
match
dev/restinio/router/method_matcher.hpp:191
Method
match
dev/restinio/router/method_matcher.hpp:482
Method
match
dev/restinio/router/method_matcher.hpp:543
Method
match
Init parameters with a matched route params.
dev/restinio/router/express.hpp:205
Method
match
Checks if request header matches entry, and if so, set route params.
dev/restinio/router/express.hpp:545
Method
match_results_t
dev/restinio/router/pcre2_regex_engine.hpp:36
Method
match_route
Try to match a given request target with this route.
dev/restinio/router/express.hpp:330
Method
matched_item_descriptor_t
dev/restinio/router/pcre_regex_engine.hpp:37
Method
matched_item_descriptor_t
dev/restinio/router/pcre2_regex_engine.hpp:54
Method
max_capture_groups
Max itemes that can be captured be pcre engine.
dev/restinio/router/pcre_regex_engine.hpp:171
Method
max_capture_groups
dev/restinio/router/boost_regex_engine.hpp:30
Method
max_capture_groups
dev/restinio/router/std_regex_engine.hpp:30
Method
max_capture_groups
Max itemes that can be captured be pcre engine.
dev/restinio/router/pcre2_regex_engine.hpp:188
Method
max_iov_len
Get the maximum number of buffers that can be written with gather write operation.
dev/restinio/impl/write_group_output_ctx.hpp:83
Method
max_parallel_connections
dev/restinio/settings.hpp:523
Method
maybe_clause_t
dev/restinio/helpers/easy_parser.hpp:1724
Function
maybe_empty_comma_separated_list_p
dev/restinio/helpers/http_field_parsers/basics.hpp:1503
Method
maybe_empty_comma_separated_list_producer_t
dev/restinio/helpers/http_field_parsers/basics.hpp:1393
Method
memchr_helper
dev/restinio/http_headers.hpp:1862
Method
message_details_t
dev/restinio/websocket/impl/ws_parser.hpp:65
Method
message_t
dev/restinio/websocket/message.hpp:149
Method
method_matcher_t
dev/restinio/router/method_matcher.hpp:40
Function
modified_memchr
dev/restinio/uri_helpers.hpp:26
Method
move_from
dev/restinio/router/method_matcher.hpp:269
Method
move_socket
dev/restinio/tls.hpp:365
Method
msg_check_timer_t
dev/restinio/so5/so_timer_manager.hpp:37
Method
msg_ws_message_t
dev/test/websocket/ws_connection/main.cpp:45
Method
msg_ws_message_t
dev/test/websocket/notificators/main.cpp:46
Method
msg_your_turn
dev/test/handle_requests/async_chained_handlers_2/main.cpp:33
Method
my_tls_inspector_t
dev/sample/tls_inspector/main.cpp:193
Function
n_bits_from
dev/restinio/utils/impl/bitops.hpp:85
Method
named_parameters_size
Get number of parameters. \{
dev/restinio/router/express.hpp:136
Function
non_empty_comma_separated_list_p
dev/restinio/helpers/http_field_parsers/basics.hpp:1457
Method
non_empty_comma_separated_list_producer_t
dev/restinio/helpers/http_field_parsers/basics.hpp:1329
Method
non_matched_request_handler
Set handler for requests that don't match any route.
dev/restinio/router/easy_parser_router.hpp:1088
Function
non_negative_decimal_number_p
dev/restinio/helpers/easy_parser.hpp:4219
Method
non_negative_decimal_number_producer_with_digits_limit_t
dev/restinio/helpers/easy_parser.hpp:2607
Method
noop_connection_count_limiter_t
dev/restinio/connection_count_limiter.hpp:275
Method
not_clause_t
dev/restinio/helpers/easy_parser.hpp:1787
Method
notice_t
Initializing constructor.
dev/restinio/connection_state_listener.hpp:229
Function
octet_from
dev/restinio/utils/sha1.hpp:76
Method
on_author_get
dev/sample/easy_parser_router/main.cpp:140
Method
on_author_get
dev/sample/express_router/main.cpp:135
Method
on_book_delete
dev/sample/easy_parser_router/main.cpp:214
Method
on_book_delete
dev/sample/express_router/main.cpp:209
Method
on_book_get
dev/sample/easy_parser_router/main.cpp:118
← previous
next →
1,101–1,200 of 1,758, ranked by callers