body = $body; $this->headers = $headers; } public function getBody() { return $this->body; } public function getHeaders() { return $this->headers; } }