slimphp / Slim

Slim is a PHP micro framework that helps you quickly write simple yet powerful web applications and APIs.
http://slimframework.com
MIT License
11.94k stars 1.95k forks source link

Middleware don't have method to replace response body? #1161

Closed nhymxu closed 9 years ago

nhymxu commented 9 years ago

I see slim v2 have method to overwrite response body (need for compress output, minify string, ...) but v3 only append method ?

lalop commented 9 years ago

Hello, You can overwrite the body via the withBody method https://github.com/slimphp/Slim/blob/develop/Slim/Http/Response.php#L472

codeguy commented 9 years ago

There will be more docs about this very soon.