flightphp / core

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

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

Closed n0nag0n closed 1 month ago

n0nag0n commented 1 month 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.