MCPcopy Index your code
hub / github.com/clips/pattern / HTTP301Redirect

Class HTTP301Redirect

pattern/web/__init__.py:225–230  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

223class HTTPError(URLError):
224 pass # URL causes an error on the contacted server.
225class HTTP301Redirect(HTTPError):
226 pass # Too many redirects.
227 # The site may be trying to set a cookie and waiting for you to return it,
228 # or taking other measures to discern a browser from a script.
229 # For specific purposes you should build your own urllib2.HTTPRedirectHandler
230 # and pass it to urllib2.build_opener() in URL.open()
231class HTTP400BadRequest(HTTPError):
232 pass # URL contains an invalid request.
233class HTTP401Authentication(HTTPError):

Callers 1

openMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…