Macro make_request

Source
macro_rules! make_request {
    ($sel:ident, $method:path, $url:expr) => { ... };
}
Expand description

Make a http request without json body.