pub async fn fetch_widget_html(
state: &ProxyState,
widget_name: &str,
) -> Option<String>Expand description
Fetch widget HTML for a given widget name (used by resources/read interception). Asset URLs are made absolute so they resolve through the tunnel, not the sandbox origin.