Description
Lets Python programs make HTTP requests with support for features such as authentication flows, caching behavior, redirects, and different web API patterns. It is often used by older or established Python projects.
Install it when a Python application depends on httplib2 or when maintaining code that already uses it. Network requests may send tokens, cookies, or private data, so applications should configure endpoints and credentials carefully.