Engine 0.0.4
Game engine in lua
Loading...
Searching...
No Matches
Http
Collaboration diagram for Http:

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)
 

Detailed Description

Precondition
require http

Function Documentation

◆ body()

local function body ( self ,
content  )

◆ error()

local function error ( self ,
handler_func  )

◆ failed()

local function failed ( self ,
handler_func  )

◆ fast()

local function fast ( self )

reduced response

disconnect when receiving status

◆ header()

local function header ( self ,
name ,
value  )

◆ param()

local function param ( self ,
name ,
value  )

◆ success()

local function success ( self ,
handler_func  )