Created
June 27, 2014 01:17
-
-
Save paulmolluzzo/b7ed32b1b0d7d7dd5beb to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
I20140626-21:11:11.391(-4)? { statusCode: 200, | |
I20140626-21:11:11.412(-4)? content: '{"name": "Yo All", "description": "", "renders": ["application/json", "text/html"], "parses": ["application/json", "application/x-www-form-urlencoded", "multipart/form-data"]}', | |
I20140626-21:11:11.414(-4)? headers: | |
I20140626-21:11:11.415(-4)? { connection: 'keep-alive', | |
I20140626-21:11:11.415(-4)? 'x-frame-options': 'SAMEORIGIN', | |
I20140626-21:11:11.416(-4)? 'content-type': 'application/json', | |
I20140626-21:11:11.416(-4)? vary: 'Accept, Cookie', | |
I20140626-21:11:11.433(-4)? allow: 'POST, OPTIONS', | |
I20140626-21:11:11.437(-4)? 'transfer-encoding': 'chunked', | |
I20140626-21:11:11.437(-4)? date: 'Fri, 27 Jun 2014 01:11:10 GMT', | |
I20140626-21:11:11.438(-4)? server: 'gunicorn/18.0', | |
I20140626-21:11:11.438(-4)? via: '1.1 vegur' }, | |
I20140626-21:11:11.439(-4)? data: | |
I20140626-21:11:11.440(-4)? { name: 'Yo All', | |
I20140626-21:11:11.590(-4)? description: '', | |
I20140626-21:11:11.591(-4)? renders: [ 'application/json', 'text/html' ], | |
I20140626-21:11:11.592(-4)? parses: | |
I20140626-21:11:11.613(-4)? [ 'application/json', | |
I20140626-21:11:11.735(-4)? 'application/x-www-form-urlencoded', | |
I20140626-21:11:11.737(-4)? 'multipart/form-data' ] } } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
I20140626-21:08:08.841(-4)? { statusCode: 201, | |
I20140626-21:08:08.847(-4)? content: '{"result": "OK"}', | |
I20140626-21:08:08.847(-4)? headers: | |
I20140626-21:08:08.848(-4)? { connection: 'keep-alive', | |
I20140626-21:08:08.848(-4)? 'x-frame-options': 'SAMEORIGIN', | |
I20140626-21:08:08.849(-4)? 'content-type': 'application/json', | |
I20140626-21:08:08.849(-4)? vary: 'Accept, Cookie', | |
I20140626-21:08:08.850(-4)? allow: 'POST, OPTIONS', | |
I20140626-21:08:08.850(-4)? 'transfer-encoding': 'chunked', | |
I20140626-21:08:08.851(-4)? date: 'Fri, 27 Jun 2014 01:08:08 GMT', | |
I20140626-21:08:08.851(-4)? server: 'gunicorn/18.0', | |
I20140626-21:08:08.852(-4)? via: '1.1 vegur' }, | |
I20140626-21:08:08.852(-4)? data: { result: 'OK' } } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment