summaryrefslogtreecommitdiffhomepage
path: root/plop.1
blob: e369ffebcbd864ccb259b7aab515f499fbbd9ef3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
.TH plop 1 "2020-05-08"
.SH NAME
plop \- small framework for Lua web applications
.SH SYNOPSIS
.B plop
.IR port
.IR handler
.SH DESCRIPTION
.B plop
starts a http/1.1 server listening on designated port and handling incoming request by calling a
.B Handler(request)
global function that should be defined in handler Lua file.