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

NAME

6       HTTP - HTTP requests
7

DESCRIPTION

9       This  module  contains low-level functions for constructing and sending
10       HTTP and HTTPS requests. If you are using HTTPS, then you  should  read
11       the documentation for the TLS(3kaya) module about SSL certificates.
12

DATA TYPES

14       HTTP.HTTPURL (3kaya)
15       HTTP.HTTPversion (3kaya)

EXCEPTIONS

17       HTTP.BadUsername (3kaya)
18       HTTP.NotAURL (3kaya)

FUNCTIONS

20       HTTP.basicAuthHeader (3kaya)
21       HTTP.cookieHeader (3kaya)
22       HTTP.getURL (3kaya)
23       HTTP.getURL_1 (3kaya)
24       HTTP.parseURL (3kaya)
25       HTTP.postURL (3kaya)
26       HTTP.postURL_1 (3kaya)

AUTHORS

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

LICENSE

31       The Kaya standard library is free software;  you  can  redistribute  it
32       and/or  modify  it  under  the  terms  of the GNU Lesser General Public
33       License (version 2.1 or any later version) as  published  by  the  Free
34       Software Foundation.
35
36
37
38Kaya                             December 2010                     HTTP(3kaya)
Impressum