Skip to main content

get

Function get 

Source
pub async fn get(url: impl Into<String>) -> Result<String>
Expand description

Performs a GET request to url and returns the response body as a string.