GcsSignedUrl.Headers.create
You're seeing just the function
create
, go back to GcsSignedUrl.Headers module for more information.
Specs
Creates a %GcsSignedUrl.Headers{} struct from the given headers keyword list. The struct contains the signed headers, such as the canonical headers
Examples
iex> GcsSignedUrl.Headers.create(["X-Foo": "foo", "X-Foo": "bar", "Content-Type": "application/json"])
%GcsSignedUrl.Headers{signed: "content-type,x-foo", canonical:...}