This module contains the primary objects that power Requests.
Class | PreparedRequest |
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 | RequestEncodingMixin |
No class docstring; 1/1 property, 2/2 static methods documented |
Class | RequestHooksMixin |
No class docstring; 2/2 methods documented |