flightphp / core

An extensible micro-framework for PHP
https://docs.flightphp.com
MIT License
2.6k stars 407 forks source link

added ability to overwrite the body #550

Closed n0nag0n closed 4 months ago

n0nag0n commented 4 months ago

Sometimes there is a need to overwrite the response body with a middleware or to change output based on some condition in your code logic. This allows better control over your responses.

This will only work in the new v3 output buffering as the v2 output buffering does not write everything to the response.