|  Developer
Updated on November 18, 2021

http_server module

The module provides the ability to pass data of HTTP requests to Lua scripts and backwards. A Lua plugin can create a named or unnamed HTTP link, bind handlers script to it. When the link is hit via HTTP/HTTPS protocol, all HTTP request’s data, will be passed to a handler script. When

A plugin can fill HTTP response body, headers, HTTP status.

				
					require 'http_server'