aboutsummaryrefslogtreecommitdiffstats
path: root/test/chunked_handler.erl
AgeCommit message (Collapse)Author
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.