ninglex icon indicating copy to clipboard operation
ninglex copied to clipboard

Easy to learn, quick and dirty, bare-bones web framework for Common Lisp

Results 4 ninglex issues
Sort by recently updated
recently updated
newest added

`with-route` will turn top level errors into 500 responses. This is customizable with `*catch-errors*` and `*show-errors*`. `get-param-value` and by extension `with-request-params` will now return `nil` instead of signaling an error.

In the last release, the system is not available.

Would you be interested in considering a pull request that moved things around so that it'd be possible to host/coordinate multiple applications within a single process, looking through the code,...