SYNOPSIS
HTTPURL parseURL( String url )ARGUMENTS
url The String representing the URL
DESCRIPTION
Parse a String solely containing an absolute URL into a
HTTP.HTTPURL(3kaya)
The String must begin with the protocol http:// or https://
AUTHORS
Kaya standard library by Edwin Brady, Chris Morris and others ([email protected]). For further information see http://kayalang.org/LICENSE
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.RELATED
HTTP.getURL(3kaya)
HTTP.postURL(3kaya)