-
Notifications
You must be signed in to change notification settings - Fork 56
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Pull new version of nim-presto that implements RestServer' new error …
…handler callback (#2144) Added rest request error handler to capture calls on not installed endpoints better, more descriptive error message returned.
- Loading branch information
1 parent
f7b9afc
commit b8bcb1e
Showing
3 changed files
with
43 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule nim-presto
updated
8 files
+1 −1 | presto/common.nim | |
+12 −12 | presto/route.nim | |
+8 −3 | presto/secureserver.nim | |
+2 −2 | presto/segpath.nim | |
+6 −3 | presto/server.nim | |
+8 −0 | presto/servercommon.nim | |
+40 −19 | presto/serverprivate.nim | |
+88 −3 | tests/testserver.nim |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters