Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Preload ¶
Preload adds http to the given Lua state's package.preload table. After it has been preloaded, it can be loaded using require:
local http_util = require("http_util")
func QueryEscape ¶
QueryEscape lua http.query_escape(string) returns escaped string
func QueryUnescape ¶
QueryUnescape lua http.query_unescape(string) returns unescaped (string, error)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.