ExLiveUrl.Url (ExLiveUrl v0.3.2)

TODO

Link to this section Summary

Link to this section Types

Link to this type

t()

(since 0.2.0)
@type t() :: %ExLiveUrl.Url{
  host: String.t(),
  params: ExLiveUrl.Params.t(),
  path: ExLiveUrl.Path.t(),
  port: :inet.port_number(),
  scheme: :http | :https
}

Link to this section Functions

Link to this function

new(uri)

(since 0.3.0)
@spec new(String.t()) :: t()

TODO

Link to this function

new(params, uri)

(since 0.3.0)
@spec new(map(), String.t()) :: t()

TODO

Link to this function

to_absolute_target(url)

(since 0.3.0)
@spec to_absolute_target(t()) :: String.t()

TODO

Link to this function

to_relative_target(url)

(since 0.3.0)
@spec to_relative_target(t()) :: String.t()

TODO