Struct AddQueryParameterOption (2.15.1)

Add a extension header to a signed URL.

Constructors

AddQueryParameterOption()

AddQueryParameterOption(std::string, std::string)

Parameters
Name Description
key std::string
value std::string

AddQueryParameterOption(char const *, std::string)

Parameters
Name Description
key char const *
value std::string

Functions

static name()

Returns
Type Description
char const *