Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-10-11 | Start crypto also in the examples and documentation | Loïc Hoguin | |
2012-10-01 | Make example README's more thorough | Josh Toft | |
2012-09-21 | Don't use decode_packet/3 for parsing the request-line | Loïc Hoguin | |
First step in making all methods and header names binaries to get rid of many inconsistencies caused by decode_packet/3. Methods are all binary now. Note that since they are case sensitive, the usual methods become <<"GET">>, <<"POST">> and so on. | |||
2012-08-27 | Rename cowboy_http_req to cowboy_req | Loïc Hoguin | |
2012-08-27 | Switch to Ranch for connection handling | Loïc Hoguin | |
This is the first of many API incompatible changes. You have been warned. | |||
2012-07-22 | Add a GET echo example | Loïc Hoguin | |