From 4023e7f4e429179fd9c2cce4487c33646c6bd327 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Thu, 14 Jan 2016 13:35:25 +0100 Subject: Convert the documentation to Asciidoc A few small revisions were made, and Erlang.mk has been updated. --- doc/src/manual/cowboy_sub_protocol.ezdoc | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 doc/src/manual/cowboy_sub_protocol.ezdoc (limited to 'doc/src/manual/cowboy_sub_protocol.ezdoc') diff --git a/doc/src/manual/cowboy_sub_protocol.ezdoc b/doc/src/manual/cowboy_sub_protocol.ezdoc deleted file mode 100644 index ee57beb..0000000 --- a/doc/src/manual/cowboy_sub_protocol.ezdoc +++ /dev/null @@ -1,27 +0,0 @@ -::: cowboy_sub_protocol - -The `cowboy_sub_protocol` behaviour defines the interface used -by modules that implement a protocol on top of HTTP. - -:: Callbacks - -: upgrade(Req, Env, Handler, Opts) - -> {ok, Req, Env} - | {suspend, Module, Function, Args} - | {stop, Req} - -Types: - -* Req = cowboy_req:req() -* Env = env() -* Handler = module() -* Opts = any() -* Module = module() -* Function = atom() -* Args = [any()] -* StatusCode = cowboy:http_status() - -Upgrade the protocol. - -Please refer to the `cowboy_middleware` manual for a -description of the return values. -- cgit v1.2.3