Skip to content

Instantly share code, notes, and snippets.

@ywkaras
Created August 24, 2017 22:34
Show Gist options
  • Save ywkaras/77cded83e762f09e5ace41b8ce97686e to your computer and use it in GitHub Desktop.
Save ywkaras/77cded83e762f09e5ace41b8ce97686e to your computer and use it in GitHub Desktop.
A uServer req/response JSON DB
{"timestamp": "1234567890.098", "version": "0.1", "encoding": "url_encoded", "txns": [{"timestamp": "", "response": {"timestamp": "1469733493.993", "body": "", "headers": "HTTP/1.1 200 OK\r\nConnection: close\r\n\r\n"}, "uuid": "", "request": {"timestamp": "1469733493.993", "body": "", "headers": "GET / HTTP/1.1\r\nHost: www.example.com\r\n\r\n"}}]}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment