docs: update

This commit is contained in:
debugtalk
2019-12-11 17:14:13 +08:00
parent 477a4e15e5
commit 0e57297b82
21 changed files with 12 additions and 3 deletions
@@ -0,0 +1,6 @@
def teardown_hook_set_encoding(response, encoding):
"""
Set encoding of response.
"""
response.resp_obj.encoding = encoding
return response