HTTP.parseURL(3kaya)
NAME
HTTP::parseURL - Convert a String to a HTTP URL
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
(kaya@kayalang.org). 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)