rabbitmq-server/deps/rabbitmq_web_dispatch
Aaron Seo 6d24aef9b0
Adds rabbit_auth_backend_internal_loopback
This auth backend behaves the same as the internal backend provided in
the core broker, but it only accepts loopback connections. External
connection attempts will receive an error.
2025-04-09 12:53:29 -07:00
..
include Bump (c) line year 2025-01-01 17:54:10 -05:00
priv/schema Adds rabbit_auth_backend_internal_loopback 2025-04-09 12:53:29 -07:00
src Adds rabbit_auth_backend_internal_loopback 2025-04-09 12:53:29 -07:00
test Rename web_dispatch config prefix to http_dispatch 2025-03-06 22:07:45 -05: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

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.