comparison src/luan/modules/Io.luan @ 1204:5d0cbd908582

remove Io socket support add SSL for Rpc
author Franklin Schmidt <fschmidt@gmail.com>
date Tue, 06 Mar 2018 19:48:15 -0700
parents e15a41a8b4b2
children 623dfe0e2e73
comparison
equal deleted inserted replaced
1203:7e6d132904fd 1204:5d0cbd908582
8 Io.my_ips = IoLuan.my_ips 8 Io.my_ips = IoLuan.my_ips
9 Io.read_console_line = IoLuan.read_console_line 9 Io.read_console_line = IoLuan.read_console_line
10 Io.schemes = IoLuan.newSchemes() 10 Io.schemes = IoLuan.newSchemes()
11 Io.uri = IoLuan.uri 11 Io.uri = IoLuan.uri
12 Io.stdin = IoLuan.defaultStdin.table() 12 Io.stdin = IoLuan.defaultStdin.table()
13 Io.socket_server = IoLuan.socket_server 13 --Io.socket_server = IoLuan.socket_server
14 Io.stdout = IoLuan.textWriter(System.out) 14 Io.stdout = IoLuan.textWriter(System.out)
15 Io.stderr = IoLuan.textWriter(System.err) 15 Io.stderr = IoLuan.textWriter(System.err)
16 Io.unrestricted = IoLuan.unrestricted 16 Io.unrestricted = IoLuan.unrestricted
17 17
18 -- used by http and rpc 18 -- used by http and rpc