onyxframework / http

An opinionated framework for scalable web 🌎
https://onyxframework.com/http
MIT License
143 stars 11 forks source link

Halting with JSON #16

Closed vladfaust closed 6 years ago

vladfaust commented 6 years ago

These halts should cast an object to JSON and change content type:

halt!(409, {error: "Something went wrong"})
halt!(403, PaymentError.new)