Raised when an HTTP header has a wrong value. The format of the header is correct but the value isn't acceptable.
| 289 | |
| 290 | |
| 291 | class InvalidHeaderValue(InvalidHeader): |
| 292 | """ |
| 293 | Raised when an HTTP header has a wrong value. |
| 294 | |
| 295 | The format of the header is correct but the value isn't acceptable. |
| 296 | |
| 297 | """ |
| 298 | |
| 299 | |
| 300 | class InvalidOrigin(InvalidHeader): |
no outgoing calls
searching dependent graphs…