my thinking was to provide assumption-methods: ```...
# server
t
my thinking was to provide assumption-methods:
Copy code
ctx.body() -> get request body
ctx.body(arg) -> set response body
then let people use `ctx.response`/`ctx.request` if they want to be more explicit