summaryrefslogtreecommitdiffstats
path: root/custodia/httpd/consumer.py
Commit message (Collapse)AuthorAgeFilesLines
* Defensive parsingSimo Sorce2015-04-071-0/+3
| | | | | Allow only specific commands, we do not want to allow users to end up being able to access internal functions with arbitrary names.
* Consumers can define entire subtreesSimo Sorce2015-04-011-3/+26
| | | | | | Each "page" is added to a parent consumer by callin add_sub() on the desired parent and provide a "page name" and the consumer class that handles it.
* Make stores directly availble to consumersSimo Sorce2015-03-251-0/+3
|
* Adjust the code to be python3 happySimo Sorce2015-03-251-0/+38
This required the renaming of the http directory to avoid clashes with the python3 own http/server module.