Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
LICENSE | H A D | 25-Apr-2025 | 1.1 KiB | 24 | 19 | |
README.chromium | H A D | 25-Apr-2025 | 422 | 17 | 13 | |
__init__.py | H A D | 25-Apr-2025 | 72.5 KiB | 2,044 | 1,641 | |
cacerts.txt | H A D | 25-Apr-2025 | 132.4 KiB | 2,198 | 2,127 | |
certs.py | H A D | 25-Apr-2025 | 971 | 43 | 33 | |
iri2uri.py | H A D | 25-Apr-2025 | 4.1 KiB | 125 | 96 | |
socks.py | H A D | 25-Apr-2025 | 19.1 KiB | 511 | 420 |
README.chromium
1Name: httplib2 2Short Name: httplib2 3URL: https://github.com/httplib2/httplib2 4Version: 0.13.1 5Revision: cfba1201736e0060a9cb82eab73ad49988ab7416 6License: MIT License 7 8Description: 9A comprehensive HTTP client library in Python. 10 11Local Modifications: 12Individual versions for Python2/3 were separated and put under 13third_party/python{2,3}/httplib2. Test and packaging code stripped. 14 15Notes: 16Required by oauth2client library. 17