PoHttpServerCallback
(request: PoHttpServerRequest, response: PoHttpServerResponse): void
v1.0
Example
function(req, res)
print(req.path)
res:writeStatus("200 OK")
res:finish()
end