View Source Antikythera.Url (antikythera v0.5.1)
URL format, originally defined in RFC1738, and updated in RFC3986 as a subset of URI.
- Only accepts
http
orhttps
as scheme. - IPv4 addresses in URLs must be 4-part-dotted-decimal formats.
- e.g. 192.168.0.1
- See here
- IPv6 addresses are not supported currently.
Summary
Types
@type t() :: String.t()