elixir-web / weber

[WiP] Web framework for Elixir inspired by Rails [#WeberMVC at freenode]
http://elixir-web.github.io/weber/
MIT License
371 stars 33 forks source link

[Proposal] Allow custom status for json response #183

Closed rcdilorenzo closed 10 years ago

rcdilorenzo commented 10 years ago

I'm currently working on a small project where I need to set a custom status for a json response just like in the :nothing version. I've added the necessary methods and tests. Does this sound alright with you guys?

0xAX commented 10 years ago

Yes, thank you, merged

rcdilorenzo commented 10 years ago

See #179 for the initial conversation.