From 64fcd99b93dcd911d26656ee4bc5359b80b7e955 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Mon, 9 Jan 2012 07:23:56 +0100 Subject: Add dispatch options documentation to the README --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/README.md b/README.md index 2edfebd..f2e357c 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,24 @@ provides an optional heartbeat which is managed on the client side. Today Bullet only supports websocket and long-polling transports. +Dispatch options +---------------- + +Similar to any other handler, you need to setup the dispatch list before +you can access your Bullet handlers. Bullet itself is a Cowboy HTTP +handler that translates some of the lower-level functions into a +simplified higher-level interface. + +The dispatch options for a Bullet handler looks as follow: + +``` erlang +{[<<"path">>, <<"to">>, <<"bullet">>], bullet_handler, + [{handler, my_stream}]} +``` + +Simply define this in your dispatch list and your handler will be +available and handled by Bullet properly. + Cowboy handler -------------- -- cgit v1.2.3