Engine 0.0.4
Game engine in lua
Loading...
Searching...
No Matches
http.lua File Reference

Go to the source code of this file.

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)
 
local function install (std, game, application, protocol)
 

Variables

local zeebo_pipeline = require('src/lib/util/pipeline')
 

Function Documentation

◆ install()

local function install ( std ,
game ,
application ,
protocol  )

Variable Documentation

◆ zeebo_pipeline

local zeebo_pipeline = require('src/lib/util/pipeline')

Definition at line 1 of file http.lua.