Skip to main content

getter

Macro getter 

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