The only matched rule is either a WebSocket and the request is HTTP, or the rule is HTTP and the request is a WebSocket.
| 139 | |
| 140 | |
| 141 | class WebsocketMismatch(BadRequest): |
| 142 | """The only matched rule is either a WebSocket and the request is |
| 143 | HTTP, or the rule is HTTP and the request is a WebSocket. |
| 144 | """ |
| 145 | |
| 146 | |
| 147 | class NoMatch(Exception): |