MinIO C++ SDK
|
#include <utils.h>
Public Member Functions | |
Multimap (const Multimap &headers) | |
void | Add (std::string key, std::string value) |
void | AddAll (const Multimap &headers) |
std::list< std::string > | ToHttpHeaders () |
std::string | ToQueryString () |
operator bool () const | |
bool | Contains (std::string_view key) |
std::list< std::string > | Get (std::string_view key) |
std::string | GetFront (std::string_view key) |
std::list< std::string > | Keys () |
void | GetCanonicalHeaders (std::string &signed_headers, std::string &canonical_headers) |
std::string | GetCanonicalQueryString () |
Multimap represents dictionary of keys and their multiple values.