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

Adds required query parameters for signed URL, sorts them and encodes them as proper query string.

Link to this function

encode_query_rfc3986(pairs)

View Source
@spec encode_query_rfc3986(Enumerable.t()) :: String.t()