Module liburi_parser

Function Index

parse_authority/1
parse_frag/1
parse_host_port/1
parse_path/1
parse_query/1
parse_scheme/1
parse_user_info/1

Function Details

parse_authority/1

parse_authority(Uri) -> any()

parse_frag/1

parse_frag(Data) -> any()

parse_host_port/1

parse_host_port(HostPort) -> any()

parse_path/1

parse_path(Uri) -> any()

parse_query/1

parse_query(Uri) -> any()

parse_scheme/1

parse_scheme(Uri) -> any()

parse_user_info/1

parse_user_info(Authority) -> any()


Generated by EDoc