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

https://github.com/axtk/quasiurl

URL-like object for templated URLs
https://github.com/axtk/quasiurl

template url

Last synced: 11 months ago
JSON representation

URL-like object for templated URLs

Awesome Lists containing this project

README

          

# quasiurl

*`URL`-like object for templated URLs*

Unlike `URL`, `QuasiURL`:
- can have an empty `origin`, `pathname`, `hostname`, `protocol`;
- preserves templating characters without URL-encoding them;
- doesn't implement the entire `URL` spec.