URN (URN v1.0.0) View Source
Uniform Resource Name tooling.
URNs are a smaller subset of URIs. Both share a scheme and the same encoding directives.
For more indepth knowledge about what a URN is, check out RFC8141.
Link to this section Summary
Link to this section Types
Specs
Specs
Link to this section Functions
Checks if two URNs are equal.
Something to note, when comparing URNs, resolution, query, and fragments are ignored. This is outlined in the spec.
Specs
Specs
Parses a urn string into it's various parts.
Example
{:ok, urn} = URN.parse("urn:example:a123,z456?+abc")