#include <goby/util/thirdparty/cpp-httplib/httplib.h>
Definition at line 472 of file httplib.h.
◆ get_file_value()
◆ get_file_values()
std::vector< MultipartFormData > httplib::Request::get_file_values |
( |
const std::string & |
key | ) |
const |
|
inline |
◆ get_header_value()
std::string httplib::Request::get_header_value |
( |
const std::string & |
key, |
|
|
size_t |
id = 0 |
|
) |
| const |
|
inline |
◆ get_header_value_count()
size_t httplib::Request::get_header_value_count |
( |
const std::string & |
key | ) |
const |
|
inline |
◆ get_header_value_u64()
uint64_t httplib::Request::get_header_value_u64 |
( |
const std::string & |
key, |
|
|
size_t |
id = 0 |
|
) |
| const |
|
inline |
◆ get_param_value()
std::string httplib::Request::get_param_value |
( |
const std::string & |
key, |
|
|
size_t |
id = 0 |
|
) |
| const |
|
inline |
◆ get_param_value_count()
size_t httplib::Request::get_param_value_count |
( |
const std::string & |
key | ) |
const |
|
inline |
◆ has_file()
bool httplib::Request::has_file |
( |
const std::string & |
key | ) |
const |
|
inline |
◆ has_header()
bool httplib::Request::has_header |
( |
const std::string & |
key | ) |
const |
|
inline |
◆ has_param()
bool httplib::Request::has_param |
( |
const std::string & |
key | ) |
const |
|
inline |
◆ is_multipart_form_data()
bool httplib::Request::is_multipart_form_data |
( |
| ) |
const |
|
inline |
◆ set_header()
void httplib::Request::set_header |
( |
const std::string & |
key, |
|
|
const std::string & |
val |
|
) |
| |
|
inline |
◆ authorization_count_
size_t httplib::Request::authorization_count_ = 0 |
◆ body
std::string httplib::Request::body |
◆ content_length_
size_t httplib::Request::content_length_ = 0 |
◆ content_provider_
◆ content_receiver
◆ files
◆ headers
◆ is_chunked_content_provider_
bool httplib::Request::is_chunked_content_provider_ = false |
◆ local_addr
std::string httplib::Request::local_addr |
◆ local_port
int httplib::Request::local_port = -1 |
◆ matches
Match httplib::Request::matches |
◆ method
std::string httplib::Request::method |
◆ params
Params httplib::Request::params |
◆ path
std::string httplib::Request::path |
◆ path_params
std::unordered_map<std::string, std::string> httplib::Request::path_params |
◆ progress
◆ ranges
Ranges httplib::Request::ranges |
◆ redirect_count_
◆ remote_addr
std::string httplib::Request::remote_addr |
◆ remote_port
int httplib::Request::remote_port = -1 |
◆ response_handler
◆ target
std::string httplib::Request::target |
◆ version
std::string httplib::Request::version |
The documentation for this struct was generated from the following file: