An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# URIs

[![Documentation (stable)][docs-stable-img]][docs-stable-url] [![Documentation (dev)][docs-dev-img]][docs-dev-url] [![Build Status](https://github.com/JuliaWeb/URIs.jl/workflows/CI/badge.svg)](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/