Skip to content

ponylang/uri

uri

URI library for Pony. Implements RFC 3986 parsing, reference resolution, and normalization; RFC 3987 IRI/URI conversion and IRI-aware encoding; and RFC 6570 URI template expansion at all four levels.

Status

Beta quality software that will change frequently. Expect breaking changes. That said, you should feel comfortable using it in your projects.

Installation

  • Install corral
  • corral add github.com/ponylang/uri.git --version 0.3.0
  • corral fetch to fetch your dependencies
  • use "uri" to include this package
    • use "uri/template" for URI template expansion
  • corral run -- ponyc to compile your application

Usage

See examples for URI parsing and template expansion demonstrations.

API Documentation

https://ponylang.github.io/uri

About

A URI library for Pony

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Sponsor this project

Packages

 
 
 

Contributors