-
Notifications
You must be signed in to change notification settings - Fork 173
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: middlewares and exception handlers in LitServer. (#241)
* feat: middlewares and exception handlers in LitServer. test: e2e for a server with custom middlewares and exception handlers. * feat: exception handlers removed. * refactor: gzip and maxsize appended to middlewares. * refactor: middleware test moved from e2e to test_lit_server. * chore: removed SimpleExceptionApi example. * fix: Callable as type hint for middlewares param.
- Loading branch information
1 parent
15e5f3d
commit 686db0c
Showing
2 changed files
with
36 additions
and
4 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
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