Convert a string to a http url
HTTPURL parseURL( String url )
url The String representing the URL
Parse a String solely containing an absolute URL into a HTTP.HTTPURL (3kaya) The String must begin with the protocol http:// or https://
Kaya standard library by Edwin Brady, Chris Morris and others ([email protected]). For further information see http://kayalang.org/
The Kaya standard library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License (version 2.1 or any later version) as published by the Free Software Foundation.
HTTP.getURL (3kaya)
HTTP.postURL (3kaya)