We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7489ce8 commit d391b85Copy full SHA for d391b85
lib/elixir/lib/uri.ex
@@ -5,6 +5,9 @@ defmodule URI do
5
This module provides functions for working with URIs (for example, parsing
6
URIs or encoding query strings). The functions in this module are implemented
7
according to [RFC 3986](https://tools.ietf.org/html/rfc3986).
8
+
9
+ Additionally, the Erlang [`:uri_string` module](`:uri_string`) provides certain functionalities,
10
+ such as RFC 3986 compliant URI normalization.
11
"""
12
13
@doc """
0 commit comments