pub fn detect_client_calls(references: &[Reference]) -> Vec<DetectedClientCall>Expand description
Detect HTTP client calls from extracted references.
Scans call references for known HTTP client patterns:
- Python:
requests.get/post/…,httpx.get/post/…,aiohttp - TS/JS:
fetch,axios.get/post/…,got - Java:
RestTemplate,WebClient,HttpClient - Go:
http.Get,http.Post,http.NewRequest