Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 569 Bytes

urllib3.util.rst

File metadata and controls

17 lines (13 loc) · 569 Bytes

Utilities

Useful methods for working with http.client, completely decoupled from code specific to urllib3.

At the very core, just like its predecessors, urllib3 is built on top of http.client -- the lowest level HTTP library included in the Python standard library.

To aid the limited functionality of the http.client module, urllib3 provides various helper methods which are used with the higher level components but can also be used independently.

urllib3.util