diff options
-rw-r--r-- | plop.1 | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1,6 +1,6 @@ -.TH plop 1 "2021-02-24" +.TH plop 1 "2021-03-05" .SH NAME -plop \- Small hackable standalone engine for Lua web applications +plop \- framework for prototyping protocols and servers .SH SYNOPSIS .SY plop .OP \-p PORT @@ -11,7 +11,7 @@ plop \- Small hackable standalone engine for Lua web applications .B plop loads .IR HANDLER -Lua script and starts a HTTP/1.1 server listening on a designated +Lua script and starts a TCP server listening on a designated .IR PORT . .P If @@ -27,7 +27,7 @@ is not specified then default path defined during compilation is used instead. T was used with module name .B handler and the return value is set as global variable with the same name. Loaded script is expected to return a function which -will be used to handle each request. +will be used to handle each connection over it's entire lifetime. .P If .B \-h |