pyguymer3.download_stream¶
- pyguymer3.download_stream(sess, url, /, *, cookies=None, headers=None, timeout=10.0, verify=True)[source]¶
GET a URL and return the binary stream
This function performs a HTTP GET operation on a URL and returns the content as a biinary stream.
- Parameters:
- Returns:
resp – False if unsuccessful or a bytes sequence if successful
- Return type:
Notes
Copyright 2017 Thomas Guymer [1]
References