Zodish.Type.URI (zodish v0.2.4)
View SourceSummary
Functions
Creates a new URI (string) type.
Types
@type t() :: %Zodish.Type.URI{ schemes: [String.t()], trailing_slash: :keep | :trim | :enforce }
Creates a new URI (string) type.
@type t() :: %Zodish.Type.URI{ schemes: [String.t()], trailing_slash: :keep | :trim | :enforce }