attributes['ipAddress'] ?? $this->remoteAddr ?? '127.0.0.1'; } /** * @return array|null */ public function getParsedBody(): ?array { if ($this->parsed) { return json_decode($this->body, true); } return null; } }