#include "httplib.hpp"
◆ get_file_value()
MultipartFile httplib::Request::get_file_value |
( |
const char * |
key | ) |
const |
|
inline |
◆ get_header_value()
std::string httplib::Request::get_header_value |
( |
const char * |
key, |
|
|
size_t |
id = 0 |
|
) |
| const |
|
inline |
◆ get_header_value_count()
size_t httplib::Request::get_header_value_count |
( |
const char * |
key | ) |
const |
|
inline |
◆ get_param_value()
std::string httplib::Request::get_param_value |
( |
const char * |
key, |
|
|
size_t |
id = 0 |
|
) |
| const |
|
inline |
◆ get_param_value_count()
size_t httplib::Request::get_param_value_count |
( |
const char * |
key | ) |
const |
|
inline |
◆ has_file()
bool httplib::Request::has_file |
( |
const char * |
key | ) |
const |
|
inline |
◆ has_header()
bool httplib::Request::has_header |
( |
const char * |
key | ) |
const |
|
inline |
◆ has_param()
bool httplib::Request::has_param |
( |
const char * |
key | ) |
const |
|
inline |
◆ set_header() [1/2]
void httplib::Request::set_header |
( |
const char * |
key, |
|
|
const char * |
val |
|
) |
| |
|
inline |
◆ set_header() [2/2]
void httplib::Request::set_header |
( |
const char * |
key, |
|
|
const std::string & |
val |
|
) |
| |
|
inline |
◆ body
std::string httplib::Request::body |
◆ content_length
size_t httplib::Request::content_length |
◆ content_provider
◆ content_receiver
◆ files
◆ headers
◆ matches
Match httplib::Request::matches |
◆ method
std::string httplib::Request::method |
◆ params
Params httplib::Request::params |
◆ path
std::string httplib::Request::path |
◆ progress
◆ ranges
Ranges httplib::Request::ranges |
◆ redirect_count
size_t httplib::Request::redirect_count = 20 |
◆ 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: