1TLS.getTLS(3kaya) Kaya module reference TLS.getTLS(3kaya)
2
3
4
6 TLS::getTLS - Receive encrypted data
7
9 String getTLS( TLSsession tls, Bool iiscompensation=false, Int
10 maxlen=-1, Int timeout=0, Bool(Int) checktimeout )
11
13 tls A TLS session
14
15 iiscompensation Whether to compensate for bugs in the HTTPS handling in
16 Microsoft IIS servers (optional, defaults to false)
17
19 Receive encrypted data. This function is called by Net::recv as necesā
20 sary.
21
23 Kaya standard library by Edwin Brady, Chris Morris and others
24 (kaya@kayalang.org). For further information see http://kayalang.org/
25
27 The Kaya standard library is free software; you can redistribute it
28 and/or modify it under the terms of the GNU Lesser General Public
29 License (version 2.1 or any later version) as published by the Free
30 Software Foundation.
31
32
33
34Kaya December 2010 TLS.getTLS(3kaya)