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.