response = $data->withHeader('C-PhpMae-Passthru', '1'); else { $this->response = (new Response(200)) ->withHeader('Content-Type', 'application/json'); $this->response->getBody()->write($data); } } public function receive() { return ""; } /** * Get the response */ public function getResponse() { return $this->response; } }