handle($request); $response->setBody($response->getBody() . "hello from the middleware"); return $response; } }