17
17
"""http/https transport using pycurl"""
19
19
# TODO: test reporting of http errors
21
21
# TODO: Transport option to control caching of particular requests; broadly we
22
22
# would want to offer "caching allowed" or "must revalidate", depending on
23
23
# whether we expect a particular file will be modified after it's committed.