MCPcopy
hub / github.com/pallets/werkzeug / BadHost

Class BadHost

src/werkzeug/exceptions.py:257–261  ·  view source on GitHub ↗

Raised if the submitted host is badly formatted. .. versionadded:: 0.11.2

Source from the content-addressed store, hash-verified

255
256
257class BadHost(BadRequest):
258 """Raised if the submitted host is badly formatted.
259
260 .. versionadded:: 0.11.2
261 """
262
263
264class Unauthorized(HTTPException):

Callers 1

bindMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected