lights FAQ Forum github.com/luapower/http

http

HTTP 1.1 client & server protocol in Lua


Overview

Package type:Lua+ffi
Version:318085c
Last commit:14 months ago
Releases: None yet.
Platforms: all LuaJIT platforms

Dependencies   This is a combined list of packages required by all modules of this
package on each supported platform, plus binary dependencies if any.
Darker names, if present, represent indirect dependencies.
Purlpe names, if present, represent packages that contain modules that must be already be loaded.

Note: These are only the dependencies required for the modules to load.
Runtime dependencies, if any, are shown separately below.

Tip: You may not need all the dependencies listed here if you are not planning
to use all the modules of the package -- look at per-module dependencies below.
 

Modules     P M

module   language
http Lua
http_client Lua
http_date Lua
glue  luajit 
http_headers Lua
http_server Lua

Scripts   This is the list of scripts (tests, demos, etc.).
Unlike normal modules, scripts are not run to track dependencies.
Instead, they are just parsed for require() calls.
This means that indirect dependencies are never shown.
  P M

script  
http_client_test
http_headers_test
http_server_test
http_test

Docs

name source file
http http.md
http_client http_client.md
http_server http_server.md

Package:http
Pkg type:Lua+ffi
Version: 318085c
Last commit:
Author: Cosmin Apreutesei
License: Public Domain

Requires: base64  errors  glue  linebuffer  lpeglabel  luajit  time  uri 

Required by: none


Top