https://github.com/JuliaWeb/URIs.jl
URI parsing in Julia
https://github.com/JuliaWeb/URIs.jl
Last synced: 2 months ago
JSON representation
URI parsing in Julia
- Host: GitHub
- URL: https://github.com/JuliaWeb/URIs.jl
- Owner: JuliaWeb
- License: other
- Created: 2020-10-09T04:41:14.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2025-06-29T02:13:58.000Z (12 months ago)
- Last Synced: 2026-02-28T19:28:20.683Z (3 months ago)
- Language: Julia
- Homepage: https://juliahub.com/docs/URIs
- Size: 356 KB
- Stars: 34
- Watchers: 3
- Forks: 17
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-julia-security - URIs.jl - URI parsing and manipulation for web security analysis. (Network Security / GeoIP and DNS)
README
# URIs
[![Documentation (stable)][docs-stable-img]][docs-stable-url] [![Documentation (dev)][docs-dev-img]][docs-dev-url] [](https://github.com/JuliaWeb/URIs.jl/actions)
`URIs` is a Julia package for parsing and working with Uniform Resource
Identifiers, as defined in [RFC 3986](https://www.ietf.org/rfc/rfc3986.txt).
Read the [**stable documentation** on
JuliaHub][docs-stable-url], or see the [development
documentation][docs-dev-url].
[docs-dev-img]: https://img.shields.io/badge/docs-dev-blue.svg
[docs-dev-url]: https://juliaweb.github.io/URIs.jl/dev
[docs-stable-img]: https://img.shields.io/badge/docs-stable-blue.svg
[docs-stable-url]: https://juliahub.com/docs/URIs/