I wish there was something like Selector's named arguments (http://lukearno.com/projects/selector/): Selector().add(path, GET=get_entity, PUT=put_entity, ...) It's nicer with a mapping file: /path GET get_entity PUT…
I wish there was something like Selector's named arguments (http://lukearno.com/projects/selector/): Selector().add(path, GET=get_entity, PUT=put_entity, ...) It's nicer with a mapping file: /path GET get_entity PUT…