MinIO C++ SDK
|
Public Member Functions | |
Request (Method httpmethod, utils::Url httpurl) | |
Response | Execute () |
operator bool () const | |
Public Attributes | |
Method | method |
utils::Url | url |
utils::Multimap | headers |
std::string_view | body = "" |
DataCallback | data_callback = NULL |
void * | user_arg = NULL |
bool | debug = false |
bool | ignore_cert_check = false |