Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-06-07 | Remove NumAcceptors argument from start_clear/tls | Loïc Hoguin | |
They are now cowboy:start_clear/3 and cowboy:start_tls/3. The NumAcceptors argument can be specified via the num_acceptor transport option. Ranch has been updated to 1.4.0 to that effect. | |||
2016-10-01 | Small tweaks to cowboy module manual | Loïc Hoguin | |
2016-09-25 | Update manual for the cowboy module | Loïc Hoguin | |
This commit separates the documentation of the functions into separate manual pages, with at least one example per function and a lot more details about parameters, return values and related functions and modules. It also includes a changelog indicating when the function was added or changed. The inspiration for this comes mainly from the PHP documentation and feedback from users. |