Implement transport profile routing

This commit is contained in:
fawney19
2026-05-05 22:21:23 +08:00
parent aacab1a90c
commit f959f02d40
86 changed files with 860 additions and 318 deletions

View File

@@ -98,7 +98,7 @@ pub(super) fn sample_plan(url: &str, provider_api_format: &str) -> ExecutionPlan
url: None,
extra: None,
}),
tls_profile: Some("chrome".to_string()),
transport_profile: None,
timeouts: Some(ExecutionTimeouts {
connect_ms: Some(10_000),
read_ms: Some(30_000),