What the proxy layer does
Important.Project is not yet released! This is a Template!
Refined Engine sits between a client and an upstream application. This page is ready for your exact explanation of listeners, route matching, upstream selection, retries, timeouts, and connection behavior.
Example structure
server app {
listen :443
upstream 127.0.0.1:8080
}
Forwarded information
Comming soon! How your implementation handles the Host header, client IP information, protocol information, and any Refined Engine-specific headers.
Production checklist
Comming soon!.