MCPcopy Create free account

hub / github.com/Stiffstream/restinio / functions

Functions1,758 in github.com/Stiffstream/restinio

↓ 9 callersMethodstatus_code
dev/restinio/http_headers.hpp:2151
↓ 9 callersFunctionunescape_percent_encoding
dev/restinio/utils/percent_encoding.hpp:368
↓ 8 callersMethodappend_field
Append field with name.
dev/restinio/http_headers.hpp:908
↓ 8 callersMethodas_uint
dev/restinio/helpers/http_field_parsers/basics.hpp:206
↓ 8 callersFunctionbench_intN
dev/test/from_string_bench/main.cpp:157
↓ 8 callersFunctionboost_bench_intN
dev/test/from_string_bench/main.cpp:180
↓ 8 callersFunctioncheck_boundary_value
check_boundary_value ! * @brief A helper function for checking the validity of 'boundary' value. * * The allowed format for 'boundary' value is de
dev/restinio/helpers/multipart_body.hpp:455
↓ 8 callersFunctionestimate_required_capacity
! * @brief Calculate the size of a buffer to hold normalized value of a URI. * * If @a what has some chars from unreserved set in percent-encoded f
dev/restinio/utils/percent_encoding.hpp:617
↓ 8 callersMethodfield_id
dev/restinio/http_headers.hpp:624
↓ 8 callersMethodhttp_post
dev/restinio/router/express.hpp:761
↓ 8 callersMethodlength
How many unconsumed bytes are there in buffer.
dev/restinio/impl/fixed_buffer.hpp:63
↓ 8 callersFunctionmake_error_description
make_error_description ! * @brief Make textual description of error returned by try_parse function. * * @note * The format of textual description
dev/restinio/helpers/easy_parser.hpp:5084
↓ 8 callersFunctionmake_gzip_decompress_params
dev/restinio/transforms/zlib.hpp:409
↓ 8 callersFunctionmake_identity_params
dev/restinio/transforms/zlib.hpp:417
↓ 8 callersFunctionquoted_string_p
quoted_string_producer ! * @brief A factory function to create a quoted_string_producer. * * Usage example: * @code * using parameter = std::pai
dev/restinio/helpers/http_field_parsers/basics.hpp:1012
↓ 8 callersMethodraw_code
dev/restinio/http_headers.hpp:2004
↓ 8 callersMethodsize
Get the size of transformed body.
dev/restinio/transforms/zlib.hpp:1083
↓ 8 callersFunctionstatus_not_found
dev/restinio/http_headers.hpp:2244
↓ 8 callersFunctionto_lower_case
dev/restinio/impl/to_lower_lut.hpp:37
↓ 8 callersMethodtry_process
dev/restinio/helpers/easy_parser.hpp:1793
↓ 7 callersMethodacceptor_options_setter
dev/restinio/settings.hpp:996
↓ 7 callersMethodadd_byte_and_check_size
Try to add one more byte to loaded data and check loaded data size. ! \return true if loaded data size equals expected size. \return false otherwi
dev/restinio/websocket/impl/ws_parser.hpp:193
↓ 7 callersFunctionany_of
dev/restinio/utils/tuple_algorithms.hpp:79
↓ 7 callersMethodcause
Get the cause for the notification. ! * @attention * Since v.0.6.0 the type cause_t is a variant, not a simple * enumeration as in v.0.5. */
dev/restinio/connection_state_listener.hpp:254
↓ 7 callersMethoddisable
Disable ation: action will not be executed even on a first shot.
dev/restinio/websocket/impl/ws_connection.hpp:1467
↓ 7 callersFunctionensure_valid_transforator
Check if a pointer to zlib transformator is valid.
dev/restinio/transforms/zlib.hpp:950
↓ 7 callersFunctionenumerate_parts
dev/restinio/helpers/multipart_body.hpp:684
↓ 7 callersFunctionenumerate_parts_with_files
dev/restinio/helpers/file_upload.hpp:359
↓ 7 callersFunctionexternal_io_context
external_io_context ! * \brief Function which tells that http_server should use external * instance of io_context and should not controll its lifet
dev/restinio/http_server.hpp:86
↓ 7 callersFunctionfield_to_string
Helper sunction to get method string name.
dev/restinio/http_headers.hpp:553
↓ 7 callersFunctionis_alpha
is_alpha ! * @brief Is a character an ALPHA? * * See: https://tools.ietf.org/html/rfc5234#appendix-B.1 * * @since v.0.6.1 */
dev/restinio/helpers/http_field_parsers/basics.hpp:263
↓ 7 callersFunctionis_base64_char
dev/restinio/utils/base64.hpp:36
↓ 7 callersMethodkill
Kill websocket: close underlying tcp socket. Do not tolerate unsent outgoing data.
dev/restinio/websocket/websocket.hpp:99
↓ 7 callersFunctionmake_asio_compaible_error
Make restinio error_code compatible with asio_ns::error_code. @since v.0.4.8 */
dev/restinio/asio_include.hpp:209
↓ 7 callersFunctionmake_dummy_endpoint
dev/test/bearer_auth/main.cpp:13
↓ 7 callersFunctionmake_dummy_endpoint
dev/test/try_parse_field/main.cpp:14
↓ 7 callersMethodmessage
dev/restinio/asio_include.hpp:165
↓ 7 callersFunctionnone_of_methods
dev/restinio/router/method_matcher.hpp:447
↓ 7 callersMethodopen_async
dev/restinio/http_server.hpp:268
↓ 7 callersMethodrun_if_first
dev/restinio/websocket/impl/ws_connection.hpp:1456
↓ 7 callersMethodstart
dev/restinio/http_server_run.hpp:874
↓ 7 callersFunctionsuppress_exceptions
dev/restinio/utils/suppress_exceptions.hpp:94
↓ 7 callersMethodtry_get_field
Try to get the value of a field by field name. ! @note Returns nullptr if the field is not found. Usage example: \code auto f = header
dev/restinio/http_headers.hpp:977
↓ 7 callersMethodwarn
dev/restinio/null_logger.hpp:36
↓ 6 callersMethodasync_read_some
dev/restinio/impl/tls_socket.hpp:133
↓ 6 callersMethodclose_async
dev/restinio/http_server.hpp:347
↓ 6 callersMethodcontent_length
Length of body of an http-message.
dev/restinio/http_headers.hpp:1604
↓ 6 callersFunctionensure_created
dev/restinio/settings.hpp:112
↓ 6 callersMethodfor_each_value_of
dev/restinio/http_headers.hpp:1402
↓ 6 callersFunctionfragmented_send
dev/test/websocket/ws_connection/main.cpp:286
↓ 6 callersMethodget
Get the pointer to actual matcher inside the holder.
dev/restinio/router/method_matcher.hpp:356
↓ 6 callersFunctionget_response_sequence
dev/test/http_pipelining/sequence/main.cpp:95
↓ 6 callersMethodheader_parsed
Check header of current websocket message is parsed.
dev/restinio/websocket/impl/ws_parser.hpp:283
↓ 6 callersFunctionhttp_method_unknown
dev/restinio/http_headers.hpp:1809
↓ 6 callersFunctioninit_resp
dev/sample/chained_handlers/main.cpp:13
↓ 6 callersFunctioninit_resp
dev/sample/async_chained_handlers/main.cpp:25
↓ 6 callersMethodinvoke_after_write_notificator_if_exists
Get after write notificator.
dev/restinio/buffers.hpp:849
↓ 6 callersMethodis_open
dev/restinio/impl/tls_socket.hpp:119
↓ 6 callersMethodlevel
Get compression level. ! \note Makes sense only for compression operation. */
dev/restinio/transforms/zlib.hpp:127
↓ 6 callersFunctionmake_deflate_decompress_params
dev/restinio/transforms/zlib.hpp:392
↓ 6 callersFunctionmake_dummy_endpoint
dev/test/file_upload/main.cpp:13
↓ 6 callersFunctionnot_clause
dev/restinio/helpers/easy_parser.hpp:3677
↓ 6 callersMethodprotocol
dev/restinio/settings.hpp:617
↓ 6 callersMethodraw_id
dev/restinio/http_headers.hpp:1772
↓ 6 callersFunctionrepeat_request
The first request can be refused because it can be issued when server is not fully started yet.
dev/test/run_on_thread_pool/main.cpp:21
↓ 6 callersMethodreset
Reset internal state. ! Need to call this function before processing next message. */
dev/restinio/websocket/impl/ws_parser.hpp:293
↓ 6 callersMethodresponse_output_flags
Get flags of corrent response data flow.
dev/restinio/impl/response_coordinator.hpp:118
↓ 6 callersMethodsize
Get the size of parameters.
dev/restinio/uri_helpers.hpp:98
↓ 6 callersFunctionvalue_or
dev/restinio/value_or.hpp:32
↓ 6 callersFunctionweight_p
weight_producer ! * @brief A factory function to create a producer for weight parameter. * * Returns a producer that handles the following rules:
dev/restinio/helpers/http_field_parsers/basics.hpp:1277
↓ 5 callersMethodadd_handler
dev/restinio/router/easy_parser_router.hpp:1000
↓ 5 callersFunctionbody_appender
dev/restinio/transforms/zlib.hpp:1254
↓ 5 callersMethodbytes
Get pointer to unconsumed bytes. ! \note To check that buffer has unconsumed bytes use length(). */
dev/restinio/impl/fixed_buffer.hpp:69
↓ 5 callersMethodcancel
dev/restinio/impl/tls_socket.hpp:126
↓ 5 callersFunctioncheck_utf8_is_correct
dev/restinio/websocket/impl/utf8.hpp:28
↓ 5 callersFunctioncustom_consumer
dev/restinio/helpers/easy_parser.hpp:4497
↓ 5 callersMethoddata
dev/sample/custom_buffer/main.cpp:22
↓ 5 callersFunctionescape_string
Excape regex control chars.
dev/restinio/path2regex/path2regex.hpp:62
↓ 5 callersFunctionexpected_caseless_token_p
expected_caseless_token_p ! * @brief A factory function to create a producer that expect a * token with specific value. * * This processer uses c
dev/restinio/helpers/http_field_parsers/basics.hpp:1112
↓ 5 callersMethodexpires_after
dev/restinio/impl/sendfile_operation.hpp:69
↓ 5 callersMethodfinalized
! * @return true if the current sequence finalized. */
dev/restinio/utils/utf8_checker.hpp:314
↓ 5 callersMethodfor_each_field
dev/restinio/http_headers.hpp:1362
↓ 5 callersFunctioninplace_unescape_percent_encoding
dev/restinio/utils/percent_encoding.hpp:414
↓ 5 callersMethodis_valid
Check if file is valid.
dev/restinio/sendfile.hpp:297
↓ 5 callersMethodremote_endpoint
dev/restinio/impl/tls_socket.hpp:113
↓ 5 callersMethodreset
dev/restinio/utils/sha1.hpp:330
↓ 5 callersMethodseparate_accept_and_create_connect
dev/restinio/settings.hpp:1089
↓ 5 callersMethodset_opcode
dev/restinio/websocket/message.hpp:192
↓ 5 callersMethodset_option
dev/restinio/settings.hpp:259
↓ 5 callersFunctionstatus_unauthorized
dev/restinio/http_headers.hpp:2235
↓ 5 callersMethodstop
dev/test/common/request_handler_pool.hpp:37
↓ 5 callersFunctionsuppress_exceptions_quietly
dev/restinio/utils/suppress_exceptions.hpp:135
↓ 5 callersFunctionwrite_message_details
Serialize websocket message details into bytes buffer. ! \return buffer with written websocket message. */
dev/restinio/websocket/impl/ws_parser.hpp:514
↓ 4 callersFunctionR1
dev/restinio/utils/sha1.hpp:96
↓ 4 callersFunctionany_symbol_p
any_symbol_p ! * @brief A factory function to create an any_symbol_producer. * * @return a producer that expects any symbol in the input stream *
dev/restinio/helpers/easy_parser.hpp:3938
↓ 4 callersFunctionas_uint32
dev/restinio/utils/sha1.hpp:55
↓ 4 callersFunctionas_uint8_ptr
dev/restinio/utils/sha1.hpp:62
↓ 4 callersMethodbegin
dev/restinio/http_headers.hpp:1483
↓ 4 callersFunctionblk
dev/restinio/utils/sha1.hpp:82
↓ 4 callersFunctioncaseless_symbol_p
caseless_symbol_p ! * @brief A factory function to create a caseless_symbol_producer. * * This producer performs caseless comparison of characters
dev/restinio/helpers/easy_parser.hpp:3994
← previousnext →201–300 of 1,758, ranked by callers