|
Let us walk on the 3-isogeny graph
|
Data Structures | |
| class | CacheController |
Functions | |
| parse_uri (uri) | |
Variables | |
| logger = logging.getLogger(__name__) | |
| URI = re.compile(r"^(([^:/?#]+):)?(//([^/?#]*))?([^?#]*)(\?([^#]*))?(#(.*))?") | |
| tuple | PERMANENT_REDIRECT_STATUSES = (301, 308) |
The httplib2 algorithms ported for use with requests.
| parse_uri | ( | uri | ) |
Parses a URI using the regex given in Appendix B of RFC 3986. (scheme, authority, path, query, fragment) = parse_uri(uri)
Definition at line 27 of file controller.py.
References i.
Referenced by CacheController._urlnorm().

| logger = logging.getLogger(__name__) |
Definition at line 20 of file controller.py.
| tuple PERMANENT_REDIRECT_STATUSES = (301, 308) |
Definition at line 24 of file controller.py.
| URI = re.compile(r"^(([^:/?#]+):)?(//([^/?#]*))?([^?#]*)(\?([^#]*))?(#(.*))?") |
Definition at line 22 of file controller.py.