http_uri

http_uri

Module

http_uri

Module summary

URI utility module

Description

This module provides utility functions for working with URIs, according to RFC 3986.

Data types

Type definitions that are used more than once in this module:

boolean() = true | false

string() = list of ASCII characters

Uri data types

Type definitions that are related to URI:

uri() = string()

Syntax according to the URI definition in RFC 3986, for example, "http://www.erlang.org/"

user_info() = string()
登录查看完整内容