Skip to main content

http_get

Function http_get 

Source
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.