Skip to content

Commit c986250

Browse files
committed
feat: add cookie array
1 parent edb8888 commit c986250

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/Response.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,11 @@ class Response
1919
* @var array
2020
*/
2121
public $headers = [];
22+
23+
/**
24+
* @var array
25+
*/
26+
public $cookies = [];
2227

2328
/**
2429
* @var string

0 commit comments

Comments
 (0)