aboutsummaryrefslogtreecommitdiffstats
path: root/doc/src/manual/cowboy_spdy.ezdoc
AgeCommit message (Collapse)Author
2014-10-01Remove empty sections from the manualLoïc Hoguin
2014-09-24Remove the onrequest hookLoïc Hoguin
It was redundant with middlewares. Allows us to save a few operations for every incoming requests.
2014-07-06Provide installable man pagesLoï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/.