jesterwithplugins
jesterwithplugins copied to clipboard
A sinatra-like web framework for Nim. This is a temporary fork for plugin support.
.nimble/pkgs/jesterwithplugins-0.5.2/jesterwithplugins.nim(718, 26) Error: undeclared identifier: 'initInterval' candidates (edit distance, scope distance); see '--spellSuggest': (4, 5): 'TimeInterval' [type declared in /usr/lib/nim/pure/times.nim(332, 3)] (4, 5): 'initTimeInterval' [proc declared in /usr/lib/nim/pure/times.nim(2183, 6)] Arch...
This is not a issue with `jesterwithplugins` per-se. But is a request to have a plugin written that makes maintaining one or more cookie-based sessions easy and automattic. original ref:...
From @GULPF https://github.com/dom96/jester/issues/226#issuecomment-633048738: If I understand correctly, the only semantic difference between `specific:` and `before:` is that `before:` will run for all request paths even if it's placed in a...
From @GULPF https://github.com/dom96/jester/issues/226#issuecomment-633048738: Would be nice to support plugins that doesn't need to return anything, e.g plugin pluginName().
From @GULPF https://github.com/dom96/jester/issues/226#issuecomment-633048738: Since plugins are "global" (if plugin f
From @GULPF https://github.com/dom96/jester/issues/226#issuecomment-633048738: From what I understand there is no way for a plugin to add new routes. My use case is a CORS plugin that adds some CORS related...
From @GULPF https://github.com/dom96/jester/issues/226#issuecomment-633048738: One of the jester.resp overloads overrides any headers that has been set by plugins. I think it would make more sense if this overload would keep the...