rabbitmq-server/deps/rabbitmq_web_dispatch
Philip Kuryloski 11fd866247 Add the bazel target :package-generic-unix
Which can be used to build the artifact with bazel
2021-11-18 14:38:41 +01:00
..
src rabbit_web_dispatch_sup: Fix modules list in supervisor spec 2021-07-22 10:21:37 +02:00
test Adjustments for the latest bazel-erlang 2021-11-02 16:24:26 +01:00
.gitignore Git: Ignore copied CLI 2019-12-12 15:13:43 +01:00
.travis.yml Travis CI: Update config from rabbitmq-common 2020-03-04 14:24:33 +01:00
BUILD.bazel Add the bazel target :package-generic-unix 2021-11-18 14:38:41 +01:00
CODE_OF_CONDUCT.md URL Cleanup 2019-03-20 03:25:25 -05:00
CONTRIBUTING.md Update CLA URL 2021-09-23 14:29:36 +02:00
LICENSE Switch to MPL2 2020-07-15 02:56:57 +03:00
LICENSE-MPL-RabbitMQ Revert drop of Exhibit B on MPL 2.0 2020-07-20 17:05:09 +01:00
Makefile Remove duplicate rabbitmq-components.mk and erlang.mk files 2021-03-22 15:40:19 +01:00
README.md URL Cleanup 2019-03-20 03:25:25 -05:00

README.md

RabbitMQ Web Dispatch

rabbitmq-web-dispatch is a thin veneer around Cowboy that provides the ability for multiple applications to co-exist on Cowboy listeners. Applications can register static document roots or dynamic handlers to be executed, dispatched by URL path prefix.

See

for information on configuring plugins that expose an HTTP or WebSocket interface.