Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-03-26 | Remove outdated comments, all edoc, plus a few minor tweaks | Loïc Hoguin | |
2014-02-06 | Add and document the new multipart code | Loïc Hoguin | |
The old undocumented API is removed entirely. While a documentation exists for the new API, it will not be considered set in stone until further testing has been performed, and a file upload example has been added. The new API should be a little more efficient than the old API, especially with smaller messages. | |||
2014-01-23 | Clarify what stream_body is doing | Loïc Hoguin | |
2013-12-28 | Fix typespecs for cowboy_req:binding/{2,3} and :bindings/1 | Loïc Hoguin | |
2013-12-28 | Clarify functions that can only be called once | Loïc Hoguin | |
2013-07-08 | Fix qs_vals description on missing value for a name | Eduardo Gurgel | |
2013-05-31 | In content-types, the charset parameter is converted to lowercase | Loïc Hoguin | |
We know this specific parameter is case insensitive so we automatically lowercase it to make things simpler to the developer. | |||
2013-05-17 | Add the Cowboy Function Reference | Loïc Hoguin | |
The manual details every stable public functions of Cowboy. |