aboutsummaryrefslogtreecommitdiffstats
path: root/doc/src/guide
AgeCommit message (Expand)Author
2017-04-18Update Websocket handler docs default timeoutGary Rennie
2017-04-18Add more RFCs to the specs listLoïc Hoguin
2017-03-20Add a guide chapter linking to all specsLoïc Hoguin
2017-02-19Change the type of bindings from a list to a mapLoïc Hoguin
2017-02-19Change the order of set_resp_cookie argumentsLoïc Hoguin
2017-02-18Allow passing options to sub protocolsLoïc Hoguin
2017-01-02Welcome to 2017Loïc Hoguin
2017-01-02Various fixes and tweaks to the user guideLoïc Hoguin
2016-12-28Add templates as Erlang.mk pluginLoïc Hoguin
2016-12-28Update the cowboy_rest manualLoïc Hoguin
2016-09-29Tweak the one-liner description of the projectLoïc Hoguin
2016-09-14Use spaces in snippets in the guideLoïc Hoguin
2016-09-14Update the Websocket handlers chapterLoïc Hoguin
2016-09-04Update the routing chapterLoïc Hoguin
2016-09-04Rework the constraints chapterLoïc Hoguin
2016-09-02Minor updates to static files chapterLoïc Hoguin
2016-09-02Update the multipart chapterLoïc Hoguin
2016-09-01Update the Websocket protocol chapterLoïc Hoguin
2016-09-01Update the cookies guide chapterLoïc Hoguin
2016-08-31Merge branch 'master' of https://github.com/alexprut/cowboyLoïc Hoguin
2016-08-31Update the guide chapter for responsesLoïc Hoguin
2016-08-31Update websocket documentation: based on https://github.com/ninenines/cowboy/...Alex Prut
2016-08-30Add the missing listeners guide chapterLoïc Hoguin
2016-08-30Minor documentation fixesLoïc Hoguin
2016-08-30Fix a couple xref linksLoïc Hoguin
2016-08-30Add placeholder flow diagram chapterLoïc Hoguin
2016-08-30Fix rendering issues in the guide and manualLoïc Hoguin
2016-08-25Update the body reading chapterLoïc Hoguin
2016-08-24More 2.0 documentation updatesLoïc Hoguin
2016-06-06Wording tweak in static handler chapter in the guideLoïc Hoguin
2016-05-24Partial update of the user guideLoïc Hoguin
2016-03-06Completely remove SPDYLoïc Hoguin
2016-01-15Minor grammar improvements from Derek Brown2.0.0-pre.3Loïc Hoguin
2016-01-15Make the getting started properly use masterLoïc Hoguin
2016-01-14Convert the documentation to AsciidocLoïc Hoguin
2015-02-16Merge branch 'master' of https://github.com/sstrigler/cowboyLoïc Hoguin
2015-02-16Merge branch 'patch-1' of https://github.com/grahamrhay/cowboyLoïc Hoguin
2015-02-01Fix small detail in docsLoïc Hoguin
2015-01-19Update getting_started.ezdocGraham Hay
2014-11-24Docs clarification when returning a list of ws framesLoïc Hoguin
2014-11-07Rename 'halt' to 'stop' for better consistencyLoïc Hoguin
2014-11-07Rename 'shutdown' close reason and tuples to 'stop'Loïc Hoguin
2014-10-08change init/2 to return #state{} in documentationStefan Strigler
2014-10-04Fix a bad link in the guideLoïc Hoguin
2014-10-04Reverse the order of arguments of match_* functionsLoïc Hoguin
2014-10-03Remove the REST known_content_type callbackLoïc Hoguin
2014-09-30Improve handler interface and documentationLoïc Hoguin
2014-09-26Unify the init and terminate callbacksLoïc Hoguin
2014-09-24Remove the error tuple return value for middlewaresLoïc Hoguin
2014-09-24Remove the onrequest hookLoïc Hoguin