Closed nhymxu closed 9 years ago
I see slim v2 have method to overwrite response body (need for compress output, minify string, ...) but v3 only append method ?
Hello, You can overwrite the body via the withBody method https://github.com/slimphp/Slim/blob/develop/Slim/Http/Response.php#L472
There will be more docs about this very soon.
I see slim v2 have method to overwrite response body (need for compress output, minify string, ...) but v3 only append method ?