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/45d468658d581d6c0ff3ef5c7c11d7a2 to your computer and use it in GitHub Desktop.
Save saurabh-hirani/45d468658d581d6c0ff3ef5c7c11d7a2 to your computer and use it in GitHub Desktop.
# python3 test_grequests.py
2019-04-14 23:31:43,698 START
2019-04-14 23:31:43,724 Starting new HTTPS connection (1): localhost:8082
2019-04-14 23:31:43,725 Starting new HTTPS connection (1): localhost:8082
2019-04-14 23:31:43,726 Starting new HTTPS connection (1): localhost:8082
2019-04-14 23:31:43,727 Starting new HTTPS connection (1): localhost:8082
2019-04-14 23:31:43,728 Starting new HTTPS connection (1): localhost:8082
2019-04-14 23:31:43,728 Starting new HTTPS connection (1): localhost:8082
2019-04-14 23:31:43,729 Starting new HTTPS connection (1): localhost:8082
2019-04-14 23:31:43,730 Starting new HTTPS connection (1): localhost:8082
2019-04-14 23:31:43,731 Starting new HTTPS connection (1): localhost:8082
2019-04-14 23:31:43,732 Starting new HTTPS connection (1): localhost:8082
2019-04-14 23:31:44,748 https://localhost:8082 "GET /delay/1?page=2 HTTP/1.1" 200 302
2019-04-14 23:31:44,750 https://localhost:8082 "GET /delay/1?page=0 HTTP/1.1" 200 302
2019-04-14 23:31:44,750 https://localhost:8082 "GET /delay/1?page=1 HTTP/1.1" 200 302
2019-04-14 23:31:44,754 https://localhost:8082 "GET /delay/1?page=4 HTTP/1.1" 200 302
2019-04-14 23:31:44,756 https://localhost:8082 "GET /delay/1?page=9 HTTP/1.1" 200 302
2019-04-14 23:31:44,757 https://localhost:8082 "GET /delay/1?page=5 HTTP/1.1" 200 302
2019-04-14 23:31:44,758 https://localhost:8082 "GET /delay/1?page=3 HTTP/1.1" 200 302
2019-04-14 23:31:44,758 https://localhost:8082 "GET /delay/1?page=6 HTTP/1.1" 200 302
2019-04-14 23:31:44,759 https://localhost:8082 "GET /delay/1?page=8 HTTP/1.1" 200 302
2019-04-14 23:31:44,760 https://localhost:8082 "GET /delay/1?page=7 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:31:44,762 END
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment