rabbitmq-server/deps/rabbitmq_web_dispatch
Loïc Hoguin bbfa066d79
Cleanup .gitignore files for the monorepo
We don't need to duplicate so many patterns in so many
files since we have a monorepo (and want to keep it).

If I managed to miss something or remove something that
should stay, please put it back. Note that monorepo-wide
patterns should go in the top-level .gitignore file.
Other .gitignore files are for application or folder-
specific patterns.
2024-06-28 12:00:52 +02:00
..
include (c) year bumps 2024-01-01 22:02:20 -05:00
src Dynamically load oauth-related libraries 2024-06-20 12:42:32 -04:00
test Remove unused imports (thanks elp!) 2024-05-23 16:36:08 +02:00
BUILD.bazel See #8605. Add authentcation support to prometheus. 2023-06-23 13:54:45 -07:00
CODE_OF_CONDUCT.md Replace files with symlinks 2022-04-15 06:04:29 -07:00
CONTRIBUTING.md Replace files with symlinks 2022-04-15 06:04:29 -07:00
LICENSE Replace @rabbitmq.com addresses with rabbitmq-core@groups.vmware.com 2023-06-20 15:40:13 +04:00
LICENSE-MPL-RabbitMQ Revert drop of Exhibit B on MPL 2.0 2020-07-20 17:05:09 +01:00
Makefile Check additional applications when comparing bazel and make results (#8209) 2023-07-12 17:26:16 +02:00
README.md URL Cleanup 2019-03-20 03:25:25 -05:00
app.bzl gazelle deps fix! 2023-06-23 14:52:56 -07: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.