mirror of
https://github.com/bjc/prosody.git
synced 2025-04-05 06:07:37 +03:00
mod_httpserver: Add require 'net.httpserver'
This commit is contained in:
parent
ea643d3c90
commit
05fe5fb8ff
1 changed files with 2 additions and 0 deletions
|
@ -1,4 +1,6 @@
|
|||
|
||||
local httpserver = require "net.httpserver";
|
||||
|
||||
local open = io.open;
|
||||
local t_concat = table.concat;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue