-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Provide `get_error_response` coroutine to allow reuse error handling logic in custom middlewares. Usable, when post processing responses (error responses as well) is required and may result in extra errors
- Loading branch information
1 parent
a6b5636
commit a0366c0
Showing
3 changed files
with
4 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,7 @@ show_missing = true | |
|
||
[tool.poetry] | ||
name = "aiohttp-middlewares" | ||
version = "1.1.0a0" | ||
version = "1.1.0" | ||
description = "Collection of useful middlewares for aiohttp applications." | ||
authors = ["Igor Davydenko <[email protected]>"] | ||
license = "BSD-3-Clause" | ||
|