aboutsummaryrefslogtreecommitdiffstats
path: root/guide
AgeCommit message (Expand)Author
2014-03-03Update and improve Websocket chapters in the guideLoïc Hoguin
2014-02-06Add and document the new multipart codeLoïc Hoguin
2013-11-15Merge branch 'patch-1' of git://github.com/alco/cowboyLoïc Hoguin
2013-11-15Fix link to the Ranch guide in getting startedLoïc Hoguin
2013-11-14Fix grammar in "how it looks like"Alexei Sholik
2013-11-02Review, improve and document the static files handlerLoïc Hoguin
2013-10-14erlang.mk now has built-in support for relxLoïc Hoguin
2013-09-23Greatly expand on the Req objectLoïc Hoguin
2013-09-18Remove unnecessary titlesLoïc Hoguin
2013-09-18Greatly improve the HTTP handlers chapterLoïc Hoguin
2013-09-18Added a chapter about life of HTTP requestsLoïc Hoguin
2013-09-10Fix SPDY push explanationsLoïc Hoguin
2013-09-07Much improved Getting started chapterLoïc Hoguin
2013-09-04Make cowlib a proper dependencyLoïc Hoguin
2013-08-27Fix some explanations around response bodiesLoïc Hoguin
2013-06-27Minor corrections of the guideMatthias Endler
2013-06-27Greatly improve the guide introductionLoïc Hoguin
2013-06-23Reword the clean erlang code partLoïc Hoguin
2013-05-16Make the HTTP version type more practicalLoïc Hoguin
2013-05-15Remove cowboy_req:fragment/1Loïc Hoguin
2013-04-26Fix a small error in the REST part of the guideLoïc Hoguin
2013-04-26Update the REST chapter of the guideLoïc Hoguin
2013-04-25Improve static file handler guide chapterLoïc Hoguin
2013-04-25Document meta values set by RESTLoïc Hoguin
2013-04-19Add section about REST methodsLoïc Hoguin
2013-04-12Add default operations for OPTIONS method in RESTLoïc Hoguin
2013-04-11Merge branch 'eventsource-helper' of git://github.com/jdavisp3/cowboyLoïc Hoguin
2013-04-11Fix static handler snippet in the guideLoïc Hoguin
2013-04-11First draft of the REST chapter in the guideLoïc Hoguin
2013-04-11Remove cowboy_req:peer_addr/1Loïc Hoguin
2013-04-06Add a reference to an eventsource helper utility.Dave Peticolas
2013-04-03Update Ranch to 0.8.0Loïc Hoguin
2013-04-02Replace init_stream/5 with stream_body/2Loïc Hoguin
2013-03-22Add a guide section for resource linksLoïc Hoguin
2013-03-06Check the length before reading the body in body/1 and body_qs/1rambocoder
2013-03-05Make streamed chunk size configurableLoïc Hoguin
2013-03-02Describe arguments of the HTTP handler callbacksLoïc Hoguin
2013-03-02Explain what are listeners and acceptors in Getting StartedLoïc Hoguin
2013-03-02Add a recommendation about static files in production to the guideLoïc Hoguin
2013-03-01Add an example of onresponse hooksAdam Cammack
2013-03-01Fix an error in the guide introductionLoïc Hoguin
2013-02-27Add a Supported platforms section to the guide introductionLoïc Hoguin
2013-02-20Add cowboy:set_env/3Loïc Hoguin
2013-02-16Add sub protocol behaviourJames Fish
2013-02-12Merge branch 'static_doc' of git://github.com/acammack/cowboyLoïc Hoguin
2013-02-11Fix examples in cowboy_static edoc and guideAdam Cammack
2013-02-11Add a few directions in the REST chapter in the guideLoïc Hoguin
2013-01-31Small routing guide fixIvan Lisenkov
2013-01-30Fix small error in the websocket chapter in the guideLoïc Hoguin
2013-01-29Add a section about closing the connection in the guideLoïc Hoguin