Skip to main content

http_get

Function http_get 

Source
pub fn http_get(_url: &str) -> HttpResult<HttpResponse>
Expand description

Stub: http feature disabled.

ยงErrors

Returns an HttpError if the request fails (network/status error, or the networking feature is disabled).