Age | Commit message (Expand) | Author |
2014-07-01 | Add a new guide chapter: designing a resource handler | Loïc Hoguin |
2014-06-30 | Fix typo in REST principles chapter | Paulo Oliveira |
2014-06-30 | Add missing bracket in a guide example | Loïc Hoguin |
2014-06-30 | Tweak the REST principles chapter following feedback | Loïc Hoguin |
2014-06-30 | Return 422 instead of 400 when AcceptResource returns false | Loïc Hoguin |
2014-06-30 | Fix typo | Loïc Hoguin |
2014-06-30 | Update erlang.mk and update paths to start the release | Loïc Hoguin |
2014-06-25 | Wrap-up the user guide | Loïc Hoguin |
2014-06-23 | Add a multipart intro chapter to the guide | Loïc Hoguin |
2014-06-22 | Write the guide chapter rest_flowcharts explaining the diagrams | Loïc Hoguin |
2014-06-21 | Add a missing "true" label | Loïc Hoguin |
2014-06-21 | Add a stub chapter with all the REST flowcharts | Loïc Hoguin |
2014-06-21 | Add more details about the 304 in cond diagram | Loïc Hoguin |
2014-06-21 | Add REST diagram for PUT/POST/PATCH | Loïc Hoguin |
2014-06-20 | Add REST diagram for DELETE method | Loïc Hoguin |
2014-06-20 | Add REST diagram for GET and HEAD | Loïc Hoguin |
2014-06-19 | Add REST diagram for the part about conditional requests | Loïc Hoguin |
2014-06-19 | Add variances to the conneg diagram | Loïc Hoguin |
2014-06-19 | Add more REST diagrams | Loïc Hoguin |
2014-06-18 | Add REST diagram for OPTIONS method | Loïc Hoguin |
2014-06-04 | Add a REST principles chapter to the guide | Loïc Hoguin |
2014-06-02 | Add request body reading options | Loïc Hoguin |
2014-04-26 | Change wording in the guide to remove ambiguity | Loïc Hoguin |
2014-03-03 | Update and improve Websocket chapters in the guide | Loïc Hoguin |
2014-02-06 | Add and document the new multipart code | Loïc Hoguin |
2013-11-15 | Merge branch 'patch-1' of git://github.com/alco/cowboy | Loïc Hoguin |
2013-11-15 | Fix link to the Ranch guide in getting started | Loïc Hoguin |
2013-11-14 | Fix grammar in "how it looks like" | Alexei Sholik |
2013-11-02 | Review, improve and document the static files handler | Loïc Hoguin |
2013-10-14 | erlang.mk now has built-in support for relx | Loïc Hoguin |
2013-09-23 | Greatly expand on the Req object | Loïc Hoguin |
2013-09-18 | Remove unnecessary titles | Loïc Hoguin |
2013-09-18 | Greatly improve the HTTP handlers chapter | Loïc Hoguin |
2013-09-18 | Added a chapter about life of HTTP requests | Loïc Hoguin |
2013-09-10 | Fix SPDY push explanations | Loïc Hoguin |
2013-09-07 | Much improved Getting started chapter | Loïc Hoguin |
2013-09-04 | Make cowlib a proper dependency | Loïc Hoguin |
2013-08-27 | Fix some explanations around response bodies | Loïc Hoguin |
2013-06-27 | Minor corrections of the guide | Matthias Endler |
2013-06-27 | Greatly improve the guide introduction | Loïc Hoguin |
2013-06-23 | Reword the clean erlang code part | Loïc Hoguin |
2013-05-16 | Make the HTTP version type more practical | Loïc Hoguin |
2013-05-15 | Remove cowboy_req:fragment/1 | Loïc Hoguin |
2013-04-26 | Fix a small error in the REST part of the guide | Loïc Hoguin |
2013-04-26 | Update the REST chapter of the guide | Loïc Hoguin |
2013-04-25 | Improve static file handler guide chapter | Loïc Hoguin |
2013-04-25 | Document meta values set by REST | Loïc Hoguin |
2013-04-19 | Add section about REST methods | Loïc Hoguin |
2013-04-12 | Add default operations for OPTIONS method in REST | Loïc Hoguin |
2013-04-11 | Merge branch 'eventsource-helper' of git://github.com/jdavisp3/cowboy | Loïc Hoguin |