Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-01-04 | Add functions for getting and setting response headers | Johan Lövdahl | |
2017-01-02 | Welcome to 2017 | Loïc Hoguin | |
2017-01-02 | Add a few more test cases for cowboy_req:match_qs | Loïc Hoguin | |
2016-08-10 | Add tests for responses and request body reading | Loïc Hoguin | |
This is a large commit. The cowboy_req interface has largely changed, and will change a little more. It's possible that some examples or tests have not been converted to the new interface yet. The documentation has not yet been updated. All of this will be fixed in smaller subsequent commits. Gotta start somewhere... | |||
2016-06-22 | Add tests for cowboy_req: match_cookies and match_qs | Loïc Hoguin | |
2016-06-21 | Add cowboy_req:uri/1,2 | Loïc Hoguin | |
Along with more cowboy_req tests. This commit also removes cowboy_req:url/1 and cowboy_req:host_url/1 in favor of the much more powerful new set of functions. | |||
2016-06-20 | Add initial req suite | Loïc Hoguin | |