Skip to content

Instantly share code, notes, and snippets.

@rschulman
Created July 17, 2014 16:18
Show Gist options
  • Save rschulman/fd2bc325d816f47c2b97 to your computer and use it in GitHub Desktop.
Save rschulman/fd2bc325d816f47c2b97 to your computer and use it in GitHub Desktop.
GET: /api/0/eventlog/ qs = {'since': ['1405613855.806938'], 'wait': ['20']} post = {}
Elapsed: 0.002s (output: Set output mode to: json)
POST: /auth/login/ qs = {'_path': ['/']} post = {'pass': ['mypassword']}
Elapsed: 0.000s (output: Set output mode to: html)
GET: / qs = {} post = {}
GET: /auth/login/ qs = {'_path': ['/']} post = {}
Elapsed: 0.001s (output: Set output mode to: html)
Elapsed: 0.001s (login: Please log in)
http://localhost:33411 "GET /auth/login/?_path=%2F HTTP/1.1" 200 8366
Elapsed: 3.524s (eventlog: Found 1 events)
http://localhost:33411 "GET /api/0/eventlog/?since=1405613855.806938&wait=20 HTTP/1.1" 200 851
GET: /api/0/eventlog/ qs = {'since': ['1405613859.381688'], 'wait': ['20']} post = {}
Elapsed: 0.000s (output: Set output mode to: json)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment