Module ringo/jsgi
Functions
- handleRequest(moduleId, functionObj, env)
handleRequest (moduleId, functionObj, env)
Handle a JSGI request.
Parameters
| moduleId | the module id. Ignored if functionObj is already a function. | |
| functionObj | the function, either as function object or function name to be imported from the module moduleId. | |
| env | the JSGI env object |
Returns
| the JSGI response object |
