Skip to content

Instantly share code, notes, and snippets.

@trevorstarick
Created March 4, 2015 20:48
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 trevorstarick/a2b98bd1b603ff7e04c2 to your computer and use it in GitHub Desktop.
Save trevorstarick/a2b98bd1b603ff7e04c2 to your computer and use it in GitHub Desktop.
{
"status": 404,
"address": "foobar",
"route": {
"path": "/places/:address",
"stack": [{
"name": "<anonymous>",
"keys": [],
"regexp": {},
"method": "get"
}],
"methods": {
"get": true
}
},
"baseUrl": "",
"originalUrl": "/places/foobar",
"params": {
"address": "foobar"
},
"query": {},
"fresh": false,
"hostname": "localhost",
"path": "/places/foobar",
"protocol": "https",
"sTLS": true,
"sXHR": false,
"remote": "127.0.0.1",
"remotePrime": [],
"headers": {
"host": "localhost:3001",
"user-agent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:38.0) Gecko/20100101 Firefox/38.0",
"accept": "text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8",
"accept-language": "en-US,en;q=0.5",
"accept-encoding": "gzip, deflate",
"cookie": "_ga=GA1.1.1913308482.1424708242; __atuvc=1%7C8",
"connection": "keep-alive"
},
"ua": {
"isMobile": false,
"isTablet": false,
"isiPad": false,
"isiPod": false,
"isiPhone": false,
"isAndroid": false,
"isBlackberry": false,
"isOpera": false,
"isIE": false,
"isIECompatibilityMode": false,
"isSafari": false,
"isFirefox": true,
"isWebkit": false,
"isChrome": false,
"isKonqueror": false,
"isOmniWeb": false,
"isSeaMonkey": false,
"isFlock": false,
"isAmaya": false,
"isEpiphany": false,
"isDesktop": true,
"isWindows": false,
"isLinux": false,
"isLinux64": false,
"isMac": true,
"isChromeOS": false,
"isBada": false,
"isSamsung": false,
"isRaspberry": false,
"isBot": false,
"isCurl": false,
"isAndroidTablet": false,
"isWinJs": false,
"isKindleFire": false,
"isSilk": false,
"SilkAccelerated": false,
"Browser": "Firefox",
"Version": "38.0",
"OS": "OS X",
"Platform": "Apple Mac",
"GeoIP": {},
"source": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:38.0) Gecko/20100101 Firefox/38.0"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment