flightphp / core

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

Maintains headers on redirect, error, and halt. Added jsonHalt #594

Closed n0nag0n closed 6 months ago

n0nag0n commented 6 months ago

Instead of clearing out the headers that have been set in the response, this will only clear the body instead, which is more desirable.

Additionally, this adds a new mappable method jsonHalt() which will output your JSON and immediately stop the request.