Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2018-07-13 | Use parse_{int,str} and assert from http.servlet | Krombel | 14 | -155/+91 | |
parse_integer and parse_string can take a request and raise errors in case we have wrong or missing params. This PR tries to use them more to deduplicate some code and make it better readable | |||||
2018-07-13 |