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
- Host: GitHub
- URL: https://github.com/axtk/quasiurl
- Owner: axtk
- Created: 2025-06-25T10:05:34.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-25T11:33:48.000Z (about 1 year ago)
- Last Synced: 2025-06-25T11:53:58.112Z (about 1 year ago)
- Topics: template, url
- Language: TypeScript
- Homepage: https://www.npmjs.com/package/quasiurl
- Size: 0 Bytes
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.