Package Exports
- churi
- churi/compiler
- churi/deserializer
- churi/serializer
Readme
Charged URI
URI that may contain arbitrary JavaScript values encoded with URI charge micro-format.
It is like JSON for GET requests, but may contain even more:
https://example.com/api(!v3.0)/user;id=0n302875106592253/article;slug=hello-world/comments?date=since(!date'1970-01-01)till(!now)&range=from(10)to(20)This Package
This package provides:
- ChURI class, which is a read-only URL class that grants access to charges.
- URI charging utilities.
application/uri-chargeMIME type support:- Schema-based parser and serializer.
- Schema-less parser and serializer.