macro_rules! getter {
(reqwest) => { ... };
(reqwest_blocking) => { ... };
(surf) => { ... };
(ureq) => { ... };
(isahc) => { ... };
(isahc_async) => { ... };
(attohttpc) => { ... };
(minreq) => { ... };
(wreq) => { ... };
(ehttp) => { ... };
(ehttp_async) => { ... };
}