Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2018-07-13 | rename assert_params_in_request to assert_params_in_dict | Krombel | 11 | -33/+33 | |
the method "assert_params_in_request" does handle dicts and not requests. A request body has to be parsed to json before this method can be used | |||||
2018-07-13 | Use parse_{int,str} and assert from http.servlet | Krombel | 14 | -155/ |