FunctioncloseCloses the response, releasing any associated resources. A response is consumed when you send a response to a client or stream one to a client. You should call close only if you have a response you don't intend to use anymore. close: func(response: response) -> result<_, error>;