#include <httplib.h>
◆ get_field()
| std::string httplib::MultipartFormData::get_field |
( |
const std::string & | key, |
|
|
size_t | id = 0 ) const |
|
inline |
◆ get_field_count()
| size_t httplib::MultipartFormData::get_field_count |
( |
const std::string & | key | ) |
const |
|
inline |
◆ get_fields()
| std::vector< std::string > httplib::MultipartFormData::get_fields |
( |
const std::string & | key | ) |
const |
|
inline |
◆ get_file()
| FormData httplib::MultipartFormData::get_file |
( |
const std::string & | key, |
|
|
size_t | id = 0 ) const |
|
inline |
◆ get_file_count()
| size_t httplib::MultipartFormData::get_file_count |
( |
const std::string & | key | ) |
const |
|
inline |
◆ get_files()
| std::vector< FormData > httplib::MultipartFormData::get_files |
( |
const std::string & | key | ) |
const |
|
inline |
◆ has_field()
| bool httplib::MultipartFormData::has_field |
( |
const std::string & | key | ) |
const |
|
inline |
◆ has_file()
| bool httplib::MultipartFormData::has_file |
( |
const std::string & | key | ) |
const |
|
inline |
◆ fields
◆ files
The documentation for this struct was generated from the following file:
- common/src/include/camcom/third_party/httplib.h