Trait Curl
fhttp_core::curl
pub trait Curl { fn curl(&self) -> String; }
fn curl(&self) -> String
impl Curl for Request