mirror of
https://github.com/ninenines/cowboy.git
synced 2025-07-14 20:30:23 +00:00
Make examples use Cowboy master
This commit is contained in:
parent
e0c8e9ad5c
commit
18f50b8697
18 changed files with 18 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
|||
PROJECT = chunked_hello_world
|
||||
DEPS = cowboy
|
||||
dep_cowboy = git https://github.com/ninenines/cowboy master
|
||||
include ../../erlang.mk
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
PROJECT = compress_response
|
||||
DEPS = cowboy
|
||||
dep_cowboy = git https://github.com/ninenines/cowboy master
|
||||
include ../../erlang.mk
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
PROJECT = cookie
|
||||
DEPS = cowboy erlydtl
|
||||
dep_cowboy = git https://github.com/ninenines/cowboy master
|
||||
include ../../erlang.mk
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
PROJECT = echo_get
|
||||
DEPS = cowboy
|
||||
dep_cowboy = git https://github.com/ninenines/cowboy master
|
||||
include ../../erlang.mk
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
PROJECT = echo_post
|
||||
DEPS = cowboy
|
||||
dep_cowboy = git https://github.com/ninenines/cowboy master
|
||||
include ../../erlang.mk
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
PROJECT = error_hook
|
||||
DEPS = cowboy
|
||||
dep_cowboy = git https://github.com/ninenines/cowboy master
|
||||
include ../../erlang.mk
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
PROJECT = eventsource
|
||||
DEPS = cowboy
|
||||
dep_cowboy = git https://github.com/ninenines/cowboy master
|
||||
include ../../erlang.mk
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
PROJECT = hello_world
|
||||
DEPS = cowboy
|
||||
dep_cowboy = git https://github.com/ninenines/cowboy master
|
||||
include ../../erlang.mk
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
PROJECT = markdown_middleware
|
||||
DEPS = cowboy
|
||||
dep_cowboy = git https://github.com/ninenines/cowboy master
|
||||
include ../../erlang.mk
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
PROJECT = rest_basic_auth
|
||||
DEPS = cowboy
|
||||
dep_cowboy = git https://github.com/ninenines/cowboy master
|
||||
include ../../erlang.mk
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
PROJECT = rest_hello_world
|
||||
DEPS = cowboy
|
||||
dep_cowboy = git https://github.com/ninenines/cowboy master
|
||||
include ../../erlang.mk
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
PROJECT = rest_pastebin
|
||||
DEPS = cowboy
|
||||
dep_cowboy = git https://github.com/ninenines/cowboy master
|
||||
include ../../erlang.mk
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
PROJECT = rest_stream_response
|
||||
DEPS = cowboy
|
||||
dep_cowboy = git https://github.com/ninenines/cowboy master
|
||||
include ../../erlang.mk
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
PROJECT = ssl_hello_world
|
||||
DEPS = cowboy
|
||||
dep_cowboy = git https://github.com/ninenines/cowboy master
|
||||
include ../../erlang.mk
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
PROJECT = static_world
|
||||
DEPS = cowboy
|
||||
dep_cowboy = git https://github.com/ninenines/cowboy master
|
||||
include ../../erlang.mk
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
PROJECT = upload
|
||||
DEPS = cowboy
|
||||
dep_cowboy = git https://github.com/ninenines/cowboy master
|
||||
include ../../erlang.mk
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
PROJECT = web_server
|
||||
DEPS = cowboy
|
||||
dep_cowboy = git https://github.com/ninenines/cowboy master
|
||||
include ../../erlang.mk
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
PROJECT = websocket
|
||||
DEPS = cowboy
|
||||
dep_cowboy = git https://github.com/ninenines/cowboy master
|
||||
include ../../erlang.mk
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue