pub async fn http_get(url: &str) -> Result<HttpResponse, String>Expand description
Perform a minimal HTTP GET request.
This is intentionally simple — it speaks HTTP/1.1 over TCP.
For production use, depend on reqwest directly.
pub async fn http_get(url: &str) -> Result<HttpResponse, String>Perform a minimal HTTP GET request.
This is intentionally simple — it speaks HTTP/1.1 over TCP.
For production use, depend on reqwest directly.