You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
v0.17.0
feature: Http().redirect_codes set, works after follow(_all)_redirects check
This allows one line workaround for old gcloud library that uses 308
response without redirect semantics.
httplib2#156
v0.16.0
- IMPORTANT cache invalidation change, fix 307 keep method, add 308 redirect
- proxy: username/password as str compatible with pysocks; Thanks to Lorenzo Mentaschi
v0.15.0
- python2: regression in connect() error handling
- add support for password protected certificate files
- feature: Http.close() to clean persistent connections and sensitive data