zeep::http::file_param — container for file parameter information
// In header: <zeep/http/request.hpp> struct file_param { // public member functions () ; // public data members filename; mimetype; data; length; };
Files submitted using multipart/form-data contain a filename and mimetype that might be interesting to the client.
file_param
() ;