Skip to content

Instantly share code, notes, and snippets.

@luismec90
Created August 17, 2021 18:47
Show Gist options
  • Save luismec90/abccbd124369e2e9390d34bc0f1dbb49 to your computer and use it in GitHub Desktop.
Save luismec90/abccbd124369e2e9390d34bc0f1dbb49 to your computer and use it in GitHub Desktop.
[2021-08-17 13:35:49] production.INFO: GuzzleHttp\Psr7\Response Object
(
[reasonPhrase:GuzzleHttp\Psr7\Response:private] => OK
[statusCode:GuzzleHttp\Psr7\Response:private] => 200
[headers:GuzzleHttp\Psr7\Response:private] => Array
(
[Access-Control-Allow-Credentials] => Array
(
[0] => true
)
[Access-Control-Allow-Headers] => Array
(
[0] =>
)
[Access-Control-Allow-Methods] => Array
(
[0] => POST, GET, OPTIONS
)
[Access-Control-Allow-Origin] => Array
(
[0] => http://www.klaviyo.com
)
[Access-Control-Max-Age] => Array
(
[0] => 86400
)
[Allow] => Array
(
[0] => GET, POST, HEAD, OPTIONS
)
[Content-Type] => Array
(
[0] => text/html; charset=utf-8
)
[Date] => Array
(
[0] => Tue, 17 Aug 2021 17:35:49 GMT
)
[Server] => Array
(
[0] => nginx
)
[Vary] => Array
(
[0] => Accept, Cookie
)
[Content-Length] => Array
(
[0] => 1
)
[Connection] => Array
(
[0] => keep-alive
)
)
[headerNames:GuzzleHttp\Psr7\Response:private] => Array
(
[access-control-allow-credentials] => Access-Control-Allow-Credentials
[access-control-allow-headers] => Access-Control-Allow-Headers
[access-control-allow-methods] => Access-Control-Allow-Methods
[access-control-allow-origin] => Access-Control-Allow-Origin
[access-control-max-age] => Access-Control-Max-Age
[allow] => Allow
[content-type] => Content-Type
[date] => Date
[server] => Server
[vary] => Vary
[content-length] => Content-Length
[connection] => Connection
)
[protocol:GuzzleHttp\Psr7\Response:private] => 1.1
[stream:GuzzleHttp\Psr7\Response:private] => GuzzleHttp\Psr7\Stream Object
(
[stream:GuzzleHttp\Psr7\Stream:private] => Resource id #2089
[size:GuzzleHttp\Psr7\Stream:private] =>
[seekable:GuzzleHttp\Psr7\Stream:private] => 1
[readable:GuzzleHttp\Psr7\Stream:private] => 1
[writable:GuzzleHttp\Psr7\Stream:private] => 1
[uri:GuzzleHttp\Psr7\Stream:private] => php://temp
[customMetadata:GuzzleHttp\Psr7\Stream:private] => Array
(
)
)
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment