google / sxg-rs

A set of tools for generating signed exchanges at serve time.
Apache License 2.0
83 stars 20 forks source link

Add backend_host config param #387

Open twifkak opened 1 year ago

twifkak commented 1 year ago

Currently, this is fixed to be equal to the signing domain html_host. Cloudflare Workers automatically translates that to the configured backend for that domain, but other systems do not. http_server provides its own --backend flag that could be replaced with this param.