![]() |
zeep::http::file_param — container for file parameter information
// In header: <zeep/http/request.hpp> struct file_param { // public member functions explicit operator bool() const; // public data members std::string filename; std::string mimetype; const char * data; size_t length; };