blob: d3a0c617a5ab4b3450e498107f0ff345dbd0f3a4 (
plain)
1
2
3
4
5
|
--- Default client request handler.
-- TODO: Add documentation once request and response API are more stable.
return function (method, path, version, headers, data)
return [["Hello from plop/lua!"]]
end
|