Skip to content

Instantly share code, notes, and snippets.

@bobber205
Created October 23, 2017 17:20
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 bobber205/573cf76d8d548f04d448ebb4f020d007 to your computer and use it in GitHub Desktop.
Save bobber205/573cf76d8d548f04d448ebb4f020d007 to your computer and use it in GitHub Desktop.
-> "HTTP/1.1 200 OK\r\n"
-> "cache-control: no-cache, no-store, must-revalidate, pre-check=0, post-check=0\r\n"
-> "connection: close\r\n"
-> "content-disposition: attachment; filename=json.json\r\n"
-> "content-encoding: gzip\r\n"
-> "content-length: 1163\r\n"
-> "content-type: application/json;charset=utf-8\r\n"
-> "date: Mon, 23 Oct 2017 17:11:03 GMT\r\n"
-> "expires: Tue, 31 Mar 1981 05:00:00 GMT\r\n"
-> "last-modified: Mon, 23 Oct 2017 17:11:03 GMT\r\n"
-> "pragma: no-cache\r\n"
-> "server: tsa_a\r\n"
-> "set-cookie: personalization_id=\"v1_n+FHQRUwjjAa/Wgh9FoiTg==\"; Expires=Wed, 23 Oct 2019 17:11:03 UTC; Path=/; Domain=.twitter.com\r\n"
-> "set-cookie: lang=en; Path=/\r\n"
-> "set-cookie: guest_id=v1%3A150877866367207302; Expires=Wed, 23 Oct 2019 17:11:03 UTC; Path=/; Domain=.twitter.com\r\n"
-> "status: 200 OK\r\n"
-> "strict-transport-security: max-age=631138519\r\n"
-> "x-access-level: read-write\r\n"
-> "x-connection-hash: 93b2c9d53209a031a3792ad30b9635d8\r\n"
-> "x-content-type-options: nosniff\r\n"
-> "x-frame-options: SAMEORIGIN\r\n"
-> "x-response-time: 124\r\n"
-> "x-transaction: 002fc5b500e0032c\r\n"
-> "x-tsa-request-body-time: 0\r\n"
-> "x-twitter-response-tags: BouncerCompliant\r\n"
-> "x-xss-protection: 1; mode=block\r\n"
-> "\r\n"
reading 1163 bytes...
-> "HTTP/1.1 200 OK\r\n"
-> "cache-control: no-cache, no-store, must-revalidate, pre-check=0, post-check=0\r\n"
-> "connection: close\r\n"
-> "content-disposition: attachment; filename=json.json\r\n"
-> "content-encoding: gzip\r\n"
-> "content-length: 1140\r\n"
-> "content-type: application/json;charset=utf-8\r\n"
-> "date: Mon, 23 Oct 2017 17:14:49 GMT\r\n"
-> "expires: Tue, 31 Mar 1981 05:00:00 GMT\r\n"
-> "last-modified: Mon, 23 Oct 2017 17:14:49 GMT\r\n"
-> "pragma: no-cache\r\n"
-> "server: tsa_a\r\n"
-> "set-cookie: personalization_id=\"v1_yFSW0M9V643YOTfst6WFIg==\"; Expires=Wed, 23 Oct 2019 17:14:49 UTC; Path=/; Domain=.twitter.com\r\n"
-> "set-cookie: lang=en; Path=/\r\n"
-> "set-cookie: guest_id=v1%3A150877888954783934; Expires=Wed, 23 Oct 2019 17:14:49 UTC; Path=/; Domain=.twitter.com\r\n"
-> "status: 200 OK\r\n"
-> "strict-transport-security: max-age=631138519\r\n"
-> "x-access-level: read-write\r\n"
-> "x-connection-hash: 1e2fde08c0825ce72b3d6d5270f7379f\r\n"
-> "x-content-type-options: nosniff\r\n"
-> "x-frame-options: SAMEORIGIN\r\n"
-> "x-response-time: 83\r\n"
-> "x-transaction: 002c9bf600fa6ff6\r\n"
-> "x-tsa-request-body-time: 0\r\n"
-> "x-twitter-response-tags: BouncerCompliant\r\n"
-> "x-xss-protection: 1; mode=block\r\n"
-> "\r\n"
reading 1140 bytes...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment