/
URI
URI
Engine Compatibility
This library has not yet been ported to the New Pico Engine
The URI module is used to escape and unescape strings to/from a URI acceptable format (replacing spaces with '%20' for example).
Escape
escaped = uri:escape("This is a test"); // Returns 'This%20is%20a%20test'
Unescape
unescaped = uri:unescape("This%20is%20a%20test"); // Returns 'This is a test'
Related content
overwrite(originURL, destinationURL, doAutoAuth = true)
overwrite(originURL, destinationURL, doAutoAuth = true)
More like this
store(originURL, destinationURL, doAutoAuth = true)
store(originURL, destinationURL, doAutoAuth = true)
More like this
authenticate()
authenticate()
More like this
Starting pico engine on system reboot
Starting pico engine on system reboot
More like this
Pods Documentation
Pods Documentation
More like this
setAgentAccess(resourceURL, webID, read, write = false, append = false, doAutoAuth = true)
setAgentAccess(resourceURL, webID, read, write = false, append = false, doAutoAuth = true)
More like this
Copyright Picolabs | Licensed under Creative Commons.