From 16b8df159af579801b525d6f822d2a5177d8e227 Mon Sep 17 00:00:00 2001 From: whwyy Date: Fri, 17 Apr 2026 13:56:30 +0800 Subject: [PATCH] eee --- src/Constrict/Message.php | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/Constrict/Message.php b/src/Constrict/Message.php index b88ca98..d08d553 100644 --- a/src/Constrict/Message.php +++ b/src/Constrict/Message.php @@ -59,6 +59,14 @@ class Message extends Component implements MessageInterface return $this->headers; } + /** + * @return array + */ + public function getCookieParams(): array + { + return $this->cookieParams; + } + /** * Return an instance with the specified cookies.