Last active
December 10, 2020 20:12
-
-
Save thepycoach/101d8f2c7b3e40ae94ce065c0a9bfc87 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| headers = { | |
| 'authority': 'www.google.com', | |
| 'content-length': '0', | |
| 'user-agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36', | |
| 'content-type': 'text/plain;charset=UTF-8', | |
| 'accept': '*/*', | |
| 'referer': 'https://www.google.com/', | |
| 'accept-language': 'en-US,en;q=0.9', | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment