interim commit

This commit is contained in:
hyunghwan.chung 2018-05-15 10:11:28 +00:00
parent 10dff52d58
commit 2d24c53481
2 changed files with 10 additions and 1 deletions

View File

@ -1,6 +1,14 @@
###include 'Moo.moo'.
#include 'Socket.moo'.
class HttpReq(Object)
{
}
class HttpReqBuilder(Object)
{
}
class HttpConnReg(Object)
{
var connections.
@ -82,6 +90,7 @@ class HttpSocket(Socket)
method onSocketDataIn
{
'CLIENT got DATA' dump.
self readBytes
self close.
}