class Async::HTTP::Protocol::HTTP1::Request

def write_interim_response(response)

def write_interim_response(response)
	@connection.write_interim_response(response.version, response.status, response.headers)
end