Merge pull request #4996 from sblondon/master

Add link to user-agent documentation
This commit is contained in:
2019-08-20 00:24:08 -04:00
committed by GitHub
+2 -1
View File
@@ -21,7 +21,8 @@ Custom User-Agents?
-------------------
Requests allows you to easily override User-Agent strings, along with
any other HTTP Header.
any other HTTP Header. See `documentation about headers <http://docs.python-requests.org/en/master/user/quickstart/#custom-headers>`_.
Why not Httplib2?