|
Engine 0.0.6
Game engine in lua
|

Functions | |
| local function | fast (self) |
| reduced response | |
| local function | body (self, content) |
| local function | param (self, name, value) |
| local function | header (self, name, value) |
| local function | success (self, handler_func) |
| local function | failed (self, handler_func) |
| local function | error (self, handler_func) |
http | local function body | ( | self | , |
| content | ) |
| local function error | ( | self | , |
| handler_func | ) |
| local function failed | ( | self | , |
| handler_func | ) |
| local function fast | ( | self | ) |
reduced response
disconnect when receiving status
| local function header | ( | self | , |
| name | , | ||
| value | ) |
| local function param | ( | self | , |
| name | , | ||
| value | ) |
| local function success | ( | self | , |
| handler_func | ) |