macro_rules! make_request {
($sel:ident, $method:path, $url:expr) => { ... };
}
Expand description
Make a http request without json body.
macro_rules! make_request {
($sel:ident, $method:path, $url:expr) => { ... };
}
Make a http request without json body.