#include <RobotAPI/libraries/armem/server/ltm/detail/mixins/util/httplib.h>
Definition at line 612 of file httplib.h.
◆ get_file_value()
◆ get_file_values()
◆ get_header_value()
std::string get_header_value |
( |
const std::string & |
key, |
|
|
const char * |
def = "" , |
|
|
size_t |
id = 0 |
|
) |
| const |
|
inline |
◆ get_header_value_count()
size_t get_header_value_count |
( |
const std::string & |
key | ) |
const |
|
inline |
◆ get_header_value_u64()
uint64_t get_header_value_u64 |
( |
const std::string & |
key, |
|
|
uint64_t |
def = 0 , |
|
|
size_t |
id = 0 |
|
) |
| const |
|
inline |
◆ get_param_value()
std::string get_param_value |
( |
const std::string & |
key, |
|
|
size_t |
id = 0 |
|
) |
| const |
|
inline |
◆ get_param_value_count()
size_t get_param_value_count |
( |
const std::string & |
key | ) |
const |
|
inline |
◆ has_file()
bool has_file |
( |
const std::string & |
key | ) |
const |
|
inline |
◆ has_header()
bool has_header |
( |
const std::string & |
key | ) |
const |
|
inline |
◆ has_param()
bool has_param |
( |
const std::string & |
key | ) |
const |
|
inline |
◆ is_multipart_form_data()
bool is_multipart_form_data |
( |
| ) |
const |
|
inline |
◆ set_header()
void set_header |
( |
const std::string & |
key, |
|
|
const std::string & |
val |
|
) |
| |
|
inline |
◆ authorization_count_
size_t authorization_count_ = 0 |
◆ body
◆ content_length_
size_t content_length_ = 0 |
◆ content_provider_
◆ content_receiver
◆ files
◆ headers
◆ is_chunked_content_provider_
bool is_chunked_content_provider_ = false |
◆ local_addr
◆ local_port
◆ matches
◆ method
◆ params
◆ path
◆ path_params
std::unordered_map<std::string, std::string> path_params |
◆ progress
◆ ranges
◆ redirect_count_
◆ remote_addr
◆ remote_port
◆ response_handler
◆ target
◆ version
The documentation for this struct was generated from the following file:
- RobotAPI/libraries/armem/server/ltm/detail/mixins/util/httplib.h