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
[server]
address = "127.0.0.1:1832"
force_path_parameter = true
log_upstream_response = false
global_request_middleware = []
global_response_middleware = ["host_plugin"]

[destinations.host]
name = "host"
url = "127.0.0.1:2932"
routes = []
middleware = []

[[plugins]]
wasm = { name = "host_plugin", path = "../../../tests/wasm-plugins/host-signal/plugin.wasm" }