Replies: 1 comment
-
Probably because it has no real use case? You can send a response with a 418 code (or define your own HTTPException subclass) if you want, it's not a real restriction. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In https://github.com/aio-libs/aiohttp/blob/master/aiohttp/web_exceptions.py it defines an exception type for every single status code, except for 418. Is this a deliberate design choice? I searched web and github issues and did not find any information about this.
Beta Was this translation helpful? Give feedback.
All reactions