Slim\Http\Response Object
(
    [status:protected] => 200
    [reasonPhrase:protected] => 
    [protocolVersion:protected] => 1.1
    [headers:protected] => Slim\Http\Headers Object
        (
            [data:protected] => Array
                (
                    [content-type] => Array
                        (
                            [value] => Array
                                (
                                    [0] => text/html; charset=UTF-8
                                )

                            [originalKey] => Content-Type
                        )

                )

        )

    [body:protected] => Slim\Http\Body Object
        (
            [stream:protected] => Resource id #43
            [meta:protected] => 
            [readable:protected] => 
            [writable:protected] => 
            [seekable:protected] => 
            [size:protected] => 
            [isPipe:protected] => 
        )

)