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

NAME

6       HTTP::HTTPURL - URL information
7

SYNOPSIS

9       HTTP::HTTPURL< >
10
11
12     = HTTPURL(String server,Int port,String localpart,Bool secure)
13

DESCRIPTION

15       This data type stores URL information.
16
17
18     -  server  is the host to be contacted. Generally this should be the host
19     name although for some sites the IP address may be used instead.
20
21
22     - port is the TCP port to use. Normally, 80 is used for HTTP and 443  for
23     HTTPS
24
25
26     -  localpart  is the remainder of the URL (which must include the initial
27     '/')
28
29
30     - secure is false for HTTP and true for HTTPS (note that it  is  possible
31     for  a  HTTP  server  to  run on port 443, so no assumptions will be made
32     about this setting based on the port number)
33

AUTHORS

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

LICENSE

39       The  Kaya  standard  library  is free software; you can redistribute it
40       and/or modify it under the terms  of  the  GNU  Lesser  General  Public
41       License  (version  2.1  or  any later version) as published by the Free
42       Software Foundation.
43
45       HTTP.getURL (3kaya)
46       HTTP.parseURL (3kaya)
47       HTTP.postURL (3kaya)
48
49
50
51Kaya                             December 2010             HTTP.HTTPURL(3kaya)
Impressum