Skip to main content

http_get

Function http_get 

Source
pub fn http_get(url: &str) -> Result<String, StepError>
Expand description

Send a GET request and return the response body as a string.