Uptight.Base.Urlsafe (Uptight v0.1.0-pre1)

Link to this section Summary

Functions

Positional constructor, with args in the same order as they were defined in

Link to this section Types

Specs

t() :: %Uptight.Base.Urlsafe{encoded: String.t(), raw: binary()}

Link to this section Functions

Link to this function

new(encoded \\ "", raw \\ :binary)

Specs

new(String.t(), binary()) :: t()

Positional constructor, with args in the same order as they were defined in

Link to this function

new_partial(encoded)

Link to this function

new_partial(encoded, raw)