Skip to content

Instantly share code, notes, and snippets.

@dav
Created August 17, 2010 02:38
Show Gist options
  • Save dav/528197 to your computer and use it in GitHub Desktop.
Save dav/528197 to your computer and use it in GitHub Desktop.
Printing description of originalURL:
<CFURL 0x5cdcbf0 [0x2875380]>{type = 15, string = https://s3.amazonaws.com/yaginuma/uploads/profiles/0e0fd1a7533188a9eee49e9f9027ee3b/woman-28.jpeg, encoding = 134217984, base = (null)}
Printing description of requestHeaders:
<CFBasicHash 0x5cd9520 [0x2875380]>{type = mutable dict, count = 4,
entries =>
0 : <CFString 0x41f64 [0x2875380]>{contents = "If-None-Match"} = <CFString 0x5cddcf0 [0x2875380]>{contents = ""f39761819de451a831c6ab7ab4900c12""}
1 : <CFString 0x41ff4 [0x2875380]>{contents = "User-Agent"} = <CFString 0x5cdbb30 [0x2875380]>{contents = "DatingApp 1.0 (iPhone Simulator; iPhone OS 4.0.1; en_US)"}
5 : <CFString 0x41f74 [0x2875380]>{contents = "If-Modified-Since"} = <CFString 0x5cddd20 [0x2875380]>{contents = "Sat, 14 Aug 2010 05:53:45 GMT"}
6 : <CFString 0x42004 [0x2875380]>{contents = "Accept-Encoding"} = <CFString 0x41f54 [0x2875380]>{contents = "gzip"}
}
Printing description of responseHeaders:
<CFBasicHash 0x5ce2c70 [0x2875380]>{type = mutable dict, count = 9,
entries =>
0 : <CFString 0x5ce2ec0 [0x2875380]>{contents = "X-ASIHTTPRequest-Fetch-date"} = <CFString 0x5ce2ef0 [0x2875380]>{contents = "Tue, 17 Aug 2010 02:27:21 GMT"}
1 : <CFString 0x5ce2e30 [0x2875380]>{contents = "Server"} = <CFString 0x5ce2e40 [0x2875380]>{contents = "AmazonS3"}
2 : <CFString 0x5ce2f20 [0x2875380]>{contents = "X-Amz-Id-2"} = <CFString 0x5ce2f40 [0x2875380]>{contents = "xZYIclUXCtEO/GFz+SP1t1ipAjBqFDCnPghWVCTh3FP8jK6/2eEAUzNylIBOsfku"}
3 : <CFString 0x5ce2f90 [0x2875380]>{contents = "X-Amz-Request-Id"} = <CFString 0x5ce2fb0 [0x2875380]>{contents = "B4999F41E5ACA71C"}
4 : <CFString 0x5ce14b0 [0x2875380]>{contents = "Etag"} = <CFString 0x5ce2dd0 [0x2875380]>{contents = ""f39761819de451a831c6ab7ab4900c12""}
8 : <CFString 0x5ce2d40 [0x2875380]>{contents = "Last-Modified"} = <CFString 0x5ce2e00 [0x2875380]>{contents = "Sat, 14 Aug 2010 05:53:45 GMT"}
10 : <CFString 0x5cdfa30 [0x2875380]>{contents = "Content-Type"} = <CFString 0x5ce2d20 [0x2875380]>{contents = "image/jpeg"}
11 : <CFString 0x5ce24b0 [0x2875380]>{contents = "Content-Length"} = <CFString 0x5ce1110 [0x2875380]>{contents = "2713"}
12 : <CFString 0x5ce2b50 [0x2875380]>{contents = "Date"} = <CFString 0x5ce2d60 [0x2875380]>{contents = "Tue, 17 Aug 2010 01:55:52 GMT"}
}
Printing description of responseStatusMessage:
HTTP/1.1 304 Not Modified
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment