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

To add status field to the nothing response #165

Closed 0xAX closed 10 years ago

0xAX commented 10 years ago

Now we have following response type:

{:nothing, [header: header]}

Need to add HTTP status field:

{:nothing, [header: header], status // 200}