Uri.Parts(uri : str) : map
Decompose a URI into its component parts. (Obsoletes uri.parse)
9.02 or later.
| Name | Type | Description |
| uri | str | uri to decompose |
A map of the component parts of the uri
| Output | ||
| { fragment : "baz", host : "foo:1234", password : "pass", path : [ "a", "b", "c" ], query : { x : "y" }, scheme : "http", user : "user" } | |
| [ "a", "b", "c" ] |
| Images 0 | ||
|---|---|---|
| No images to display in the gallery. |
Copyright © 2011 MindTouch, Inc. Powered by