Resolve requests for request actions

https://feedback.yaak.app/p/plugin-cannot-get-inhereted-parameters-when-rendering-a-request
This commit is contained in:
Gregory Schier
2025-07-10 11:32:03 -07:00
parent 9cd430b3de
commit 333b64e7f3
4 changed files with 27 additions and 12 deletions

View File

@@ -679,7 +679,7 @@ pub async fn send_http_request<R: Runtime>(
})
}
fn resolve_http_request<R: Runtime>(
pub fn resolve_http_request<R: Runtime>(
window: &WebviewWindow<R>,
request: &HttpRequest,
) -> Result<(HttpRequest, String)> {