Object in which you can check url of request
host
- uri hostscheme
- uri schemepath
- uri pathrawquery
- uri whole query in stringuri.query
- uri query string as map
Example usage
text := import("text")
elements := text.split_n(url.path, ".", 2)
``