--- 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