Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-08-12 | Fix incorrect type in cowboy_static manual | Loïc Hoguin | |
2014-08-11 | Fix REST guide reference to accept_missing_post | Ali Sabil | |
The guide refers to accept_missing_post instead of allow_missing_post. | |||
2014-08-02 | Fix language in getting started | Loïc Hoguin | |
2014-08-02 | Update links extend -> ninenines | Loïc Hoguin | |
2014-08-02 | Fix bad link format in the guide | Loïc Hoguin | |
2014-08-01 | Add OTP release support and versioning info to the guide | Loïc Hoguin | |
2014-08-01 | Update the Getting started chapter to new erlang.mk | Loïc Hoguin | |
Length of the chapter divided by 2! \o/ | |||
2014-07-26 | fix a documentation typo | Tomas Morstein | |
The function `set_resp_header' is defined in `cowboy_req' module, not the `cowboy'. | |||
2014-07-12 | Drop R15 support | Loïc Hoguin | |
2014-07-10 | Clarify {true, URL} return for AcceptResource callback | Loïc Hoguin | |
2014-07-06 | Provide installable man pages | Loïc Hoguin | |
make docs: generate Markdown and man pages in doc/ make install-docs: install man pages to be usable directly Docs are generated from the ezdoc files in doc/src/. |