Let us walk on the 3-isogeny graph
Loading...
Searching...
No Matches
pip._vendor.requests.models Namespace Reference

Data Structures

class  PreparedRequest
 
class  Request
 
class  RequestEncodingMixin
 
class  RequestHooksMixin
 
class  Response
 

Variables

tuple REDIRECT_STATI
 
int DEFAULT_REDIRECT_LIMIT = 30
 
int CONTENT_CHUNK_SIZE = 10 * 1024
 
int ITER_CHUNK_SIZE = 512
 

Detailed Description

requests.models
~~~~~~~~~~~~~~~

This module contains the primary objects that power Requests.

Variable Documentation

◆ CONTENT_CHUNK_SIZE

int CONTENT_CHUNK_SIZE = 10 * 1024

Definition at line 80 of file models.py.

◆ DEFAULT_REDIRECT_LIMIT

int DEFAULT_REDIRECT_LIMIT = 30

Definition at line 79 of file models.py.

◆ ITER_CHUNK_SIZE

int ITER_CHUNK_SIZE = 512

Definition at line 81 of file models.py.

◆ REDIRECT_STATI

tuple REDIRECT_STATI
Initial value:
1= (
2 codes.moved, # 301
3 codes.found, # 302
4 codes.other, # 303
7)
for i

Definition at line 71 of file models.py.