aboutsummaryrefslogtreecommitdiffstats
path: root/examples/upload/src/upload_app.erl
AgeCommit message (Collapse)Author
2019-10-03Document stopping the listener in App:stop/1Loïc Hoguin
2018-09-23Rename handler modules to _hHerman Singh
2017-06-07Remove NumAcceptors argument from start_clear/tlsLoïc Hoguin
They are now cowboy:start_clear/3 and cowboy:start_tls/3. The NumAcceptors argument can be specified via the num_acceptor transport option. Ranch has been updated to 1.4.0 to that effect.
2016-06-16Fix upload exampleLoïc Hoguin
2014-06-03Add a simple multipart upload exampleLoïc Hoguin