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:1816"
force_path_parameter = true
log_upstream_response = false
global_request_middleware = ["inbound-tag"]
global_response_middleware = []

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

[[plugins]]
wasm = { name = "inbound-tag", path = "../../../tests/wasm-plugins/inbound-tag/plugin.wasm" }