error() = {error, atom(), term()}
uri_map() = #{fragment => unicode:chardata(), host => unicode:chardata(), path => unicode:chardata(), port => non_neg_integer() | undefined, query => unicode:chardata(), scheme => unicode:chardata(), userinfo => unicode:chardata()} | #{}
uri_string() = iodata()
| compose_query/1 | |
| compose_query/2 | |
| dissect_query/1 | |
| is_host/1 | |
| is_path/1 | |
| normalize/1 | |
| normalize/2 | |
| parse/1 | |
| recompose/1 | |
| transcode/2 |
compose_query(QueryList) -> QueryString
compose_query(QueryList, Options) -> QueryString
dissect_query(QueryString) -> QueryList
is_host(Char::char()) -> boolean()
is_path(Char::char()) -> boolean()
normalize(URI) -> NormalizedURI
normalize(URI, Options) -> NormalizedURI
parse(URIString) -> URIMap
recompose(URIMap) -> URIString
transcode(URIString, Options) -> Result
Generated by EDoc