mirror of
https://github.com/ninenines/cowboy.git
synced 2025-07-16 05:00:24 +00:00
Add a simple multipart upload example
This commit is contained in:
parent
5d1d9af6cd
commit
07c622a0fe
9 changed files with 129 additions and 1 deletions
6
examples/upload/Makefile
Normal file
6
examples/upload/Makefile
Normal file
|
@ -0,0 +1,6 @@
|
|||
PROJECT = upload
|
||||
|
||||
DEPS = cowboy
|
||||
dep_cowboy = pkg://cowboy master
|
||||
|
||||
include ../../erlang.mk
|
Loading…
Add table
Add a link
Reference in a new issue