1HTTP(3kaya) Kaya module reference HTTP(3kaya)
2
3
4
6 HTTP - HTTP requests
7
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
14 HTTP.HTTPURL (3kaya)
15 HTTP.HTTPversion (3kaya)
17 HTTP.BadUsername (3kaya)
18 HTTP.NotAURL (3kaya)
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)
28 Kaya standard library by Edwin Brady, Chris Morris and others
29 (kaya@kayalang.org). For further information see http://kayalang.org/
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)