Sign inSign up

microservices/uritool

By microservices

Updated over 7 years ago

microservice for working with (parsing) URIs

Image
0

319

microservices/uritool repository overview

URITool Microservice

This microservice exists to provide utilities for dealing with URIs:

Microservice Docker Build Status

Direct usage in Storyscript:

>>> 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?

✨🍰✨

Tag summary

Content type

Image

Digest

Size

500.5 MB

Last updated

over 7 years ago

docker pull microservices/uritool