This commit is contained in:
as2252258@163.com
2021-08-28 02:20:54 +08:00
parent 5e32d9a020
commit 7954d31728
2 changed files with 13 additions and 7 deletions
+9
View File
@@ -110,6 +110,15 @@ trait Message
return $this->headers;
}
/**
* @return array
*/
public function getCookies(): array
{
return $this->cookies;
}
/**
* @param $name
* @return bool