Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-04-02 | Fix calling convention for set_resp_cookie/3 | Jesper Louis Andersen | |
If not providing optional values, they are set to `#{}` and are the last parameter according to the source code. Reflect this in the documentation. | |||
2017-02-19 | Change the order of set_resp_cookie arguments | Loïc Hoguin | |
The Opts value is put last, to be more consistent with the rest of the cowboy_req module. Additionally a test handler was fixed which reduced the number of errors in http_SUITE. | |||
2017-02-19 | Change the type of cookie name to binary() | Loïc Hoguin | |
The API will be more consistent like this, and we can ensure that duplicate cookie names are never sent. | |||
2017-01-04 | Improve the manual for the new resp_header functions | Loïc Hoguin | |
2016-12-21 | Add man pages for the reply functions | Loïc Hoguin | |