1HTTP.getURL(3kaya)           Kaya module reference          HTTP.getURL(3kaya)
2
3
4

NAME

6       HTTP::getURL - Retrieve a URL by HTTP using an existing connection.
7

SYNOPSIS

9       Void  getURL(  NetHandle  h, HTTPURL url, [Pair<String, String> ] head‐
10       ers=createArray(1), HTTPversion version=HTTP10 )
11

ARGUMENTS

13       h An established network connection.
14
15       url A HTTP.HTTPURL (3kaya)
16
17
18       headers A list of key/value pairs  of  extra  HTTP  headers  (optional,
19       defaulting to the empty list)
20
21       version The HTTP version
22

DESCRIPTION

24       Retrieve  a  URL  by  HTTP using an existing connection. The connection
25       will then be ready to receive response data.
26

AUTHORS

28       Kaya  standard  library  by  Edwin  Brady,  Chris  Morris  and   others
29       (kaya@kayalang.org). For further information see http://kayalang.org/
30

LICENSE

32       The  Kaya  standard  library  is free software; you can redistribute it
33       and/or modify it under the terms  of  the  GNU  Lesser  General  Public
34       License  (version  2.1  or  any later version) as published by the Free
35       Software Foundation.
36
38       HTTP.basicAuthHeader (3kaya)
39       HTTP.parseURL (3kaya)
40       HTTP.getURL (3kaya)
41       HTTP.postURL (3kaya)
42
43
44
45Kaya                             December 2010              HTTP.getURL(3kaya)
Impressum