Go to the source code of this file.
◆ append_last_field_accessor()
void append_last_field_accessor |
( |
http_header_fields_t & |
fields, |
|
|
string_view_t |
value |
|
) |
| |
|
inline |
◆ restinio_body_cb()
int restinio_body_cb |
( |
http_parser * |
parser, |
|
|
const char * |
at, |
|
|
size_t |
length |
|
) |
| |
|
inline |
◆ restinio_chunk_complete_cb()
int restinio_chunk_complete_cb |
( |
http_parser * |
| ) |
|
|
inline |
◆ restinio_chunk_header_cb()
int restinio_chunk_header_cb |
( |
http_parser * |
parser | ) |
|
|
inline |
◆ restinio_header_field_cb()
int restinio_header_field_cb |
( |
http_parser * |
parser, |
|
|
const char * |
at, |
|
|
size_t |
length |
|
) |
| |
|
inline |
◆ restinio_header_value_cb()
int restinio_header_value_cb |
( |
http_parser * |
parser, |
|
|
const char * |
at, |
|
|
size_t |
length |
|
) |
| |
|
inline |
◆ restinio_headers_complete_cb()
int restinio_headers_complete_cb |
( |
http_parser * |
parser | ) |
|
|
inline |
◆ restinio_message_complete_cb()
template<typename Http_Methods >
int restinio_message_complete_cb |
( |
http_parser * |
parser | ) |
|
◆ restinio_url_cb()
int restinio_url_cb |
( |
http_parser * |
parser, |
|
|
const char * |
at, |
|
|
size_t |
length |
|
) |
| |
|
inline |