1HTTP.parseURL(3kaya) Kaya module reference HTTP.parseURL(3kaya)
2
3
4
6 HTTP::parseURL - Convert a String to a HTTP URL
7
9 HTTPURL parseURL( String url )
10
12 url The String representing the URL
13
15 Parse a String solely containing an absolute URL into a HTTP.HTTPURL
16 [1m(3kaya)
17 The String must begin with the protocol http:// or https://
18
20 Kaya standard library by Edwin Brady, Chris Morris and others
21 (kaya@kayalang.org). For further information see http://kayalang.org/
22
24 The Kaya standard library is free software; you can redistribute it
25 and/or modify it under the terms of the GNU Lesser General Public
26 License (version 2.1 or any later version) as published by the Free
27 Software Foundation.
28
30 HTTP.getURL (3kaya)
31 HTTP.postURL (3kaya)
32
33
34
35Kaya December 2010 HTTP.parseURL(3kaya)