Skip to content

Commit

Permalink
README
Browse files Browse the repository at this point in the history
  • Loading branch information
Arin Sarkissian committed Jul 13, 2010
1 parent 9e78708 commit fbe84a8
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.mdown
Expand Up @@ -43,10 +43,10 @@ This tells the app that whenever a request comes in for `/example/FOO` run the `
* restart the app and tell it to use your config file
-Dconf.handlers=your_config_file.conf
* including a `X-Aljeers-Debug: true` header or a `x-aljeers-debug=true` query string param will get you into debug mode
* debug mode is strictly to make it easy to look at calls thru a browser/curl and shouldn't be used otherwise
* your output will be pretty-printed
* the body of the response will contain a bunch more info
* `status` HTTP ststus of the response
* `responseType` fully qualified class name of the returned payload (ex: `java.util.HashMap`)
* `simpleResponseType` a simple representation of `responseType` (ex: `HashMap`)
* the frontend console has a convenient checkbox to toggle debug mode on/off
* debug mode is strictly to make it easy to look at calls thru a browser/curl and shouldn't be used otherwise
* your output will be pretty-printed
* the body of the response will contain a bunch more info
* `status` HTTP ststus of the response
* `responseType` fully qualified class name of the returned payload (ex: `java.util.HashMap`)
* `simpleResponseType` a simple representation of `responseType` (ex: `HashMap`)
* the frontend console has a convenient checkbox to toggle debug mode on/off

0 comments on commit fbe84a8

Please sign in to comment.