Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save saurabh-hirani/4725ad28721d8255bf800f9ab4b18cb7 to your computer and use it in GitHub Desktop.
Save saurabh-hirani/4725ad28721d8255bf800f9ab4b18cb7 to your computer and use it in GitHub Desktop.
# python3 test_grequests.py
2019-04-14 23:30:41,697 START
2019-04-14 23:30:41,721 Starting new HTTPS connection (1): localhost:8082
2019-04-14 23:30:41,722 Starting new HTTPS connection (1): localhost:8082
2019-04-14 23:30:41,723 Starting new HTTPS connection (1): localhost:8082
2019-04-14 23:30:41,724 Starting new HTTPS connection (1): localhost:8082
2019-04-14 23:30:41,725 Starting new HTTPS connection (1): localhost:8082
2019-04-14 23:30:41,726 Starting new HTTPS connection (1): localhost:8082
2019-04-14 23:30:41,727 Starting new HTTPS connection (1): localhost:8082
2019-04-14 23:30:41,728 Starting new HTTPS connection (1): localhost:8082
2019-04-14 23:30:41,729 Starting new HTTPS connection (1): localhost:8082
2019-04-14 23:30:41,730 Starting new HTTPS connection (1): localhost:8082
2019-04-14 23:30:42,749 https://localhost:8082 "GET /delay/1?page=3 HTTP/1.1" 200 302
2019-04-14 23:30:43,755 https://localhost:8082 "GET /delay/1?page=1 HTTP/1.1" 200 302
2019-04-14 23:30:44,762 https://localhost:8082 "GET /delay/1?page=0 HTTP/1.1" 200 302
2019-04-14 23:30:45,768 https://localhost:8082 "GET /delay/1?page=4 HTTP/1.1" 200 302
2019-04-14 23:30:46,770 https://localhost:8082 "GET /delay/1?page=2 HTTP/1.1" 200 302
2019-04-14 23:30:47,774 https://localhost:8082 "GET /delay/1?page=5 HTTP/1.1" 200 302
2019-04-14 23:30:48,779 https://localhost:8082 "GET /delay/1?page=7 HTTP/1.1" 200 302
2019-04-14 23:30:49,781 https://localhost:8082 "GET /delay/1?page=6 HTTP/1.1" 200 302
2019-04-14 23:30:50,782 https://localhost:8082 "GET /delay/1?page=9 HTTP/1.1" 200 302
2019-04-14 23:30:51,786 https://localhost:8082 "GET /delay/1?page=8 HTTP/1.1" 200 302
[<Response [200]>, <Response [200]>, <Response [200]>, <Response [200]>, <Response [200]>, <Response [200]>, <Response [200]>, <Response [200]>, <Response [200]>, <Response [200]>]
2019-04-14 23:30:51,788 END
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment