rabbitmq-server/deps/rabbitmq_web_dispatch
Loïc Hoguin e6e68fcb0b
Update Cowboy to 2.10.0 for OTP-26
We already were using Cowlib 2.12.1 and therefore were
compatible with OTP-26. This simply updates Cowboy to
the version that depends on Cowlib 2.12.1.
2023-04-28 15:34:12 +02:00
..
src Fix all dialyzer warnings in rabbitmq_web_dispatch 2023-01-19 14:35:22 +01:00
test (c) year bump: 2022 => 2023 2023-01-01 23:17:36 -05:00
.gitignore Git: Ignore copied CLI 2019-12-12 15:13:43 +01:00
BUILD.bazel Use gazelle generated bazel files 2023-04-17 18:13:18 +02: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 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 Update Cowboy to 2.10.0 for OTP-26 2023-04-28 15:34:12 +02:00
README.md URL Cleanup 2019-03-20 03:25:25 -05:00
app.bzl Replace globs in bazel with explicit lists of files 2023-04-25 17:29:12 +02: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.