|
Let us walk on the 3-isogeny graph
|
Go to the source code of this file.
Namespaces | |
| namespace | pip |
| namespace | pip._vendor |
| namespace | pip._vendor.urllib3 |
| namespace | pip._vendor.urllib3.util |
| namespace | pip._vendor.urllib3.util.request |
Functions | |
| make_headers (keep_alive=None, accept_encoding=None, user_agent=None, basic_auth=None, proxy_basic_auth=None, disable_cache=None) | |
| set_file_position (body, pos) | |
| rewind_body (body, body_pos) | |
Variables | |
| str | SKIP_HEADER = "@@@SKIP_HEADER@@@" |
| SKIPPABLE_HEADERS = frozenset(["accept-encoding", "host", "user-agent"]) | |
| str | ACCEPT_ENCODING = "gzip,deflate" |
| _FAILEDTELL = object() | |