Module rebar_uri

multi-OTP version compatibility shim for working with URIs.

Description

multi-OTP version compatibility shim for working with URIs

Function Index

append_path/2
parse/1
parse/2
percent_decode/1
scheme_defaults/0

Function Details

append_path/2

append_path(Url, ExtraPath) -> any()

parse/1

parse(URIString) -> URIMap

parse/2

parse(URIString, URIOpts) -> any()

percent_decode/1

percent_decode(URI) -> Result

scheme_defaults/0

scheme_defaults() -> any()


Generated by EDoc