OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HTTPRedirection
(Results
1 - 4
of
4
) sorted by null
/external/chromium-trace/catapult/third_party/Paste/tests/test_exceptions/
test_httpexceptions.py
22
,
HTTPRedirection
)
24
,
HTTPRedirection
)
25
assert isinstance(HTTPFound('/foobar'),
HTTPRedirection
)
85
assert isinstance(redirect,
HTTPRedirection
)
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/anqp/
NetworkAuthenticationTypeElement.java
22
HTTPRedirection
,
/external/chromium-trace/catapult/third_party/Paste/paste/
httpexceptions.py
32
HTTPRedirection
294
class
HTTPRedirection
(HTTPException):
304
class _HTTPMove(
HTTPRedirection
):
330
assert location, ("
HTTPRedirection
specified neither a "
333
HTTPRedirection
.__init__(self, location, headers, comment)
375
class HTTPNotModified(
HTTPRedirection
):
594
__all__ = ['HTTPException', '
HTTPRedirection
', 'HTTPError' ]
/external/chromium-trace/catapult/third_party/WebOb/webob/
exc.py
28
HTTPRedirection
350
class
HTTPRedirection
(WSGIHTTPException):
455
class _HTTPMove(
HTTPRedirection
):
558
class HTTPNotModified(
HTTPRedirection
):
560
subclass of :class:`~
HTTPRedirection
`
[
all
...]
Completed in 548 milliseconds