module documentation

This module contains the primary objects that power Requests.

Class ​Prepared​Request The fully mutable PreparedRequest object, containing the exact bytes that will be sent to the server.
Class ​Request A user-created Request object.
Class ​Response The Response object, which contains a server's response to an HTTP request.
Constant CONTENT​_CHUNK​_SIZE Undocumented
Constant DEFAULT​_REDIRECT​_LIMIT Undocumented
Constant ITER​_CHUNK​_SIZE Undocumented
Constant REDIRECT​_STATI Undocumented
Class ​Request​Encoding​Mixin No class docstring; 1/1 property, 2/2 static methods documented
Class ​Request​Hooks​Mixin No class docstring; 2/2 methods documented
CONTENT_CHUNK_SIZE =

Undocumented

Value
10*1024
DEFAULT_REDIRECT_LIMIT: int =

Undocumented

Value
30
ITER_CHUNK_SIZE: int =

Undocumented

Value
512
REDIRECT_STATI =

Undocumented

Value
(codes.moved,
 codes.found,
 codes.other,
 codes.temporary_redirect,
 codes.permanent_redirect)