This commit is contained in:
2026-04-17 11:54:24 +08:00
parent a2138bdd3b
commit 83f6dc721a
+9
View File
@@ -51,6 +51,15 @@ class Message extends Component implements MessageInterface
}
/**
* @return array
*/
public function getHeaders(): array
{
return $this->headers;
}
/**
* Return an instance with the specified cookies.
*