You know what? I don't think these even have a good excuse for existing.

This commit is contained in:
Simon MacMullen 2011-04-13 17:53:33 +01:00
parent d70e3ecc0f
commit 6eacfea821
1 changed files with 0 additions and 11 deletions

View File

@ -1,21 +1,10 @@
-module(rabbit_mochiweb).
-export([start/0, stop/0]).
-export([register_handler/4, register_global_handler/1]).
-export([register_context_handler/3, register_static_context/4]).
-export([static_context_selector/1, static_context_handler/3, static_context_handler/2]).
-export([register_authenticated_static_context/5]).
%% @spec start() -> ok
%% @doc Start the rabbit_mochiweb server.
start() ->
application:start(rabbit_mochiweb).
%% @spec stop() -> ok
%% @doc Stop the rabbit_mochiweb server.
stop() ->
application:stop(rabbit_mochiweb).
%% Handler Registration
%% @doc Registers a completely dynamic selector and handler combination, with