Created
May 27, 2015 09:00
-
-
Save commuterjoy/d00980e061dc5df35b89 to your computer and use it in GitHub Desktop.
spoor api message format
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
{ | |
"envelope": { | |
"headers": { | |
"user-agent": "curl/7.30.0", | |
"host": "localhost:5101", | |
"accept": "*/*", | |
"content-length": "27", | |
"content-type": "application/x-www-form-urlencoded" | |
}, | |
"url": { | |
"protocol": null, | |
"slashes": null, | |
"auth": null, | |
"host": null, | |
"port": null, | |
"hostname": null, | |
"hash": null, | |
"search": null, | |
"query": null, | |
"pathname": "/px.gif", | |
"path": "/px.gif", | |
"href": "/px.gif" | |
}, | |
"time": { | |
"received": "2015-05-27T09:00:32.995Z" | |
} | |
}, | |
"message": "param1=value1¶m2=value2" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment