aboutsummaryrefslogtreecommitdiffstats
path: root/test/chunked_handler.erl
AgeCommit message (Collapse)Author
2012-08-27Rename cowboy_http_req to cowboy_reqLoïc Hoguin
2011-10-13Add shortcuts to reply functionsLoïc Hoguin
New functions are reply/2, reply/3, chunked_reply/2 in cowboy_http_req.
2011-05-08Add chunked reply support.Loïc Hoguin
Send the status line and headers using cowboy_http_req:chunked_reply/3, and individual chunks with cowboy_http_req:chunk/2.