Skip to content

Instantly share code, notes, and snippets.

@duck1123
Last active August 29, 2015 14:02
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 duck1123/bcaa6bb15d88275c1ca1 to your computer and use it in GitHub Desktop.
Save duck1123/bcaa6bb15d88275c1ca1 to your computer and use it in GitHub Desktop.
request
{:remote-addr "192.168.1.42",
:scheme :http,
:request-method :get,
:query-string nil,
:content-type nil,
:keep-alive? false,
:uri "/webjars/jquery/2.1.1/jquery.min.map",
:server-name "dev",
:headers
{"x-forwarded-server" "renfer.name",
"user-agent"
"Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.114 Safari/537.36",
"cookie"
"ring-session=5c6cb422-e843-4b33-ac52-24673584ac9f; __utma=149713205.1129955552.1399904073.1401378761.1401585412.7; __utmc=149713205; __utmz=149713205.139990407
3.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)",
"x-forwarded-host" "renfer.name",
"accept" "*/*",
"host" "192.168.1.42:8082",
"x-forwarded-for" "192.168.1.1",
"if-range" "Sat, 31 May 2014 02:13:07 GMT",
"referer" "http://renfer.name/",
"cache-control" "max-age=0",
"x-source-map-request-from" "inspector",
"accept-encoding" "gzip,deflate,sdch",
"range" "bytes=51064-51064",
"accept-language" "en-US,en;q=0.8",
"connection" "close"},
:content-length nil,
:aleph.http/channel #<ResultChannel@56e91f0: :not-delivered>,
:server-port 8082,
:character-encoding nil,
:body nil}
response
{:status 200,
:headers
{"Connection" "close",
"Content-Type" "application/octet-stream",
"Last-Modified" "Sat, 31 May 2014 02:13:07 GMT",
"Content-Length" "127323"},
:body
#<JarURLInputStream sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@6465d302>}
@duck1123
Copy link
Author

duck1123 commented Jun 1, 2014

HTTP/1.1 200 OK
Server: nginx/1.4.6 (Ubuntu)
Date: Sun, 01 Jun 2014 02:23:18 GMT
Content-Type: application/octet-stream
Content-Length: 127323
Connection: keep-alive
Last-Modified: Sat, 31 May 2014 02:13:07 GMT
Content-Encoding: gzip

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment