cardinal-rs 0.2.41

Runtime orchestrator for the Cardinal reverse proxy
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[server]
address = "127.0.0.1:1808"
force_path_parameter = true
log_upstream_response = false
global_request_middleware = []
global_response_middleware = []

[destinations.posts]
name = "posts"
url = "127.0.0.1:2908"
routes = []

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

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