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