View Source GcsSignedUrl.QueryString (gcs_signed_url v0.4.6)
Manages aggregation and formatting of query parameters.
Link to this section Summary
Functions
Adds required query parameters for signed URL, sorts them and encodes them as proper query string.
Link to this section Functions
Link to this function
create(client_email, credential_scope, iso_date_time, headers, expires, additional_query_params)
View Source@spec create( String.t(), String.t(), GcsSignedUrl.ISODateTime.t(), GcsSignedUrl.Headers.t(), integer() | String.t(), Keyword.t() ) :: String.t()
Adds required query parameters for signed URL, sorts them and encodes them as proper query string.
@spec encode_query_rfc3986(Enumerable.t()) :: String.t()