broadinstitute / gdctools

Python and UNIX CLI utilities to simplify interaction with the NIH/NCI Genomics Data Commons
Other
31 stars 4 forks source link

calls to requests library should be using session object #32

Open noblem opened 7 years ago

noblem commented 7 years ago

Using the Session object as described at http://docs.python-requests.org/en/master/user/advanced/ will help increase performance of downloads performed through the requests() library