MinIO C++ SDK
Public Member Functions | Public Attributes | List of all members
minio::http::Request Struct Reference

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
 

The documentation for this struct was generated from the following files: