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
-
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