microservice for working with (parsing) URIs
319
This microservice exists to provide utilities for dealing with URIs:
>>> uritool parse uri:'https://github.com/'
{"uri": "https://github.com/", "scheme": "https", "userinfo": null, "host": "github.com", "path": "/", "query": null, "?": {}, "fragment": null, "netloc": "github.com"}
>>> uritool query uri:'https://httpbin.org/get?hello=world'
{"hello": "world"}
Curious to learn more?
✨🍰✨
Content type
Image
Digest
Size
500.5 MB
Last updated
over 7 years ago
docker pull microservices/uritool