summary refs log tree commit diff
path: root/synapse/http/additional_resource.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-07-13rename assert_params_in_request to assert_params_in_dictKrombel11-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-13Use parse_{int,str} and assert from http.servletKrombel14-155/