0
Fork 0
mirror of https://github.com/ninenines/cowboy.git synced 2025-07-14 12:20:24 +00:00

Make examples use Cowboy master

This commit is contained in:
Loïc Hoguin 2014-10-03 16:28:02 +03:00
parent e0c8e9ad5c
commit 18f50b8697
18 changed files with 18 additions and 0 deletions

View file

@ -1,3 +1,4 @@
PROJECT = chunked_hello_world PROJECT = chunked_hello_world
DEPS = cowboy DEPS = cowboy
dep_cowboy = git https://github.com/ninenines/cowboy master
include ../../erlang.mk include ../../erlang.mk

View file

@ -1,3 +1,4 @@
PROJECT = compress_response PROJECT = compress_response
DEPS = cowboy DEPS = cowboy
dep_cowboy = git https://github.com/ninenines/cowboy master
include ../../erlang.mk include ../../erlang.mk

View file

@ -1,3 +1,4 @@
PROJECT = cookie PROJECT = cookie
DEPS = cowboy erlydtl DEPS = cowboy erlydtl
dep_cowboy = git https://github.com/ninenines/cowboy master
include ../../erlang.mk include ../../erlang.mk

View file

@ -1,3 +1,4 @@
PROJECT = echo_get PROJECT = echo_get
DEPS = cowboy DEPS = cowboy
dep_cowboy = git https://github.com/ninenines/cowboy master
include ../../erlang.mk include ../../erlang.mk

View file

@ -1,3 +1,4 @@
PROJECT = echo_post PROJECT = echo_post
DEPS = cowboy DEPS = cowboy
dep_cowboy = git https://github.com/ninenines/cowboy master
include ../../erlang.mk include ../../erlang.mk

View file

@ -1,3 +1,4 @@
PROJECT = error_hook PROJECT = error_hook
DEPS = cowboy DEPS = cowboy
dep_cowboy = git https://github.com/ninenines/cowboy master
include ../../erlang.mk include ../../erlang.mk

View file

@ -1,3 +1,4 @@
PROJECT = eventsource PROJECT = eventsource
DEPS = cowboy DEPS = cowboy
dep_cowboy = git https://github.com/ninenines/cowboy master
include ../../erlang.mk include ../../erlang.mk

View file

@ -1,3 +1,4 @@
PROJECT = hello_world PROJECT = hello_world
DEPS = cowboy DEPS = cowboy
dep_cowboy = git https://github.com/ninenines/cowboy master
include ../../erlang.mk include ../../erlang.mk

View file

@ -1,3 +1,4 @@
PROJECT = markdown_middleware PROJECT = markdown_middleware
DEPS = cowboy DEPS = cowboy
dep_cowboy = git https://github.com/ninenines/cowboy master
include ../../erlang.mk include ../../erlang.mk

View file

@ -1,3 +1,4 @@
PROJECT = rest_basic_auth PROJECT = rest_basic_auth
DEPS = cowboy DEPS = cowboy
dep_cowboy = git https://github.com/ninenines/cowboy master
include ../../erlang.mk include ../../erlang.mk

View file

@ -1,3 +1,4 @@
PROJECT = rest_hello_world PROJECT = rest_hello_world
DEPS = cowboy DEPS = cowboy
dep_cowboy = git https://github.com/ninenines/cowboy master
include ../../erlang.mk include ../../erlang.mk

View file

@ -1,3 +1,4 @@
PROJECT = rest_pastebin PROJECT = rest_pastebin
DEPS = cowboy DEPS = cowboy
dep_cowboy = git https://github.com/ninenines/cowboy master
include ../../erlang.mk include ../../erlang.mk

View file

@ -1,3 +1,4 @@
PROJECT = rest_stream_response PROJECT = rest_stream_response
DEPS = cowboy DEPS = cowboy
dep_cowboy = git https://github.com/ninenines/cowboy master
include ../../erlang.mk include ../../erlang.mk

View file

@ -1,3 +1,4 @@
PROJECT = ssl_hello_world PROJECT = ssl_hello_world
DEPS = cowboy DEPS = cowboy
dep_cowboy = git https://github.com/ninenines/cowboy master
include ../../erlang.mk include ../../erlang.mk

View file

@ -1,3 +1,4 @@
PROJECT = static_world PROJECT = static_world
DEPS = cowboy DEPS = cowboy
dep_cowboy = git https://github.com/ninenines/cowboy master
include ../../erlang.mk include ../../erlang.mk

View file

@ -1,3 +1,4 @@
PROJECT = upload PROJECT = upload
DEPS = cowboy DEPS = cowboy
dep_cowboy = git https://github.com/ninenines/cowboy master
include ../../erlang.mk include ../../erlang.mk

View file

@ -1,3 +1,4 @@
PROJECT = web_server PROJECT = web_server
DEPS = cowboy DEPS = cowboy
dep_cowboy = git https://github.com/ninenines/cowboy master
include ../../erlang.mk include ../../erlang.mk

View file

@ -1,3 +1,4 @@
PROJECT = websocket PROJECT = websocket
DEPS = cowboy DEPS = cowboy
dep_cowboy = git https://github.com/ninenines/cowboy master
include ../../erlang.mk include ../../erlang.mk