Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-10-11 | Start crypto also in the examples and documentation | Loïc Hoguin | |
2012-10-11 | Merge branch 'dbmercer-patch-1' of git://github.com/dbmercer/cowboy.git | Loïc Hoguin | |
2012-10-11 | Modified static example to send appropriate MIME type | dbmercer | |
Modified the static example in the examples subdirectory to use the mimetypes application to determine the appropriate MIME type to send down the wire in the HTTP headers of the reply. | |||
2012-10-11 | Fix Vary header, was wrongly named Variances previously | Loïc Hoguin | |
2012-10-01 | Fixing relative links | Josh Toft | |
2012-10-01 | Add rest_hello_world link to examples README | Josh Toft | |
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-09-17 | Improve consistency of return types for cowboy_req API | Loïc Hoguin | |
The signature of parse_header, body_qs, multipart_data and the set_resp_* functions has changed. See the cowboy_req module edoc for more details. | |||
2012-08-27 | Rename cowboy_http_static to cowboy_static | Loïc Hoguin | |
2012-08-27 | Rename cowboy_http_rest to cowboy_rest | Loïc Hoguin | |
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 REST Hello World example | Loïc Hoguin | |
2012-07-22 | Add a Chunked Hello World example | Loïc Hoguin | |
2012-07-22 | Add a POST echo example | Loïc Hoguin | |
2012-07-22 | Add a GET echo example | Loïc Hoguin | |
2012-07-14 | Add a simple Static File Server example | Loïc Hoguin | |
2012-07-13 | Add an Hello World example | Loïc Hoguin | |
2012-02-20 | Add an examples/ directory containing a link to cowboy_examples | Loïc Hoguin | |