cardinal-rs 0.2.41

Runtime orchestrator for the Cardinal reverse proxy
Documentation
[server]
address = "127.0.0.1:1811"
force_path_parameter = true
log_upstream_response = false
global_request_middleware = []
global_response_middleware = []

[destinations.posts]
name = "posts"
url = "127.0.0.1:2911"

[[destinations.posts.routes]]
path = "/{id}/detail"
method = "GET"

[[destinations.posts.middleware]]
type = "Inbound"
name = "RestrictedRouteMiddleware"

[[plugins]]
builtin = { name = "RestrictedRouteMiddleware" }