darkchestofwonders.us website
 
 
 
 
Go to file
Dustin 860c36b0f2 app: Support multiple resource representations
The `VariedResponse` class essentially turns the website into a REST
API. When a controller returns a response object that is an instance of
this class, the response representation sent to the user-agent will vary
based on the value of the `Accept` request header. Specifically,
requests containing `Accept: application/json` will receive a
JSON-encoded object, while typical browser requests will get an (X)HTML
document.
2017-07-02 11:32:28 -05:00
src/dcow app: Support multiple resource representations 2017-07-02 11:32:28 -05:00
static Initial commit 2016-05-12 19:34:30 -05:00
.gitignore Initial commit 2016-05-12 19:34:30 -05:00
MANIFEST.in Add basic gallery functionality 2016-05-13 18:21:35 -05:00
debug.py Initial commit 2016-05-12 19:34:30 -05:00
setup.py Version 3 2017-07-02 09:46:06 -05:00