Short v0.0.2 Short.URL View Source
A Short URL.
This module defines a Short URL and the main functions for working with URLs.
Link to this section Summary
Link to this section Types
Link to this section Functions
Returns a new wrapped URL.
Examples
iex> new("https://aliou.me")
%Short.URL{__uri: %URI{authority: "aliou.me", fragment: nil,
host: "aliou.me", path: nil, port: 443, query: nil,
scheme: "https", userinfo: nil}}