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.
Beta quality software that will change frequently. Expect breaking changes. That said, you should feel comfortable using it in your projects.
- Install corral
corral add github.com/ponylang/uri.git --version 0.3.0corral fetchto fetch your dependenciesuse "uri"to include this packageuse "uri/template"for URI template expansion
corral run -- ponycto compile your application
See examples for URI parsing and template expansion demonstrations.