pub use EchoError;
pub use Echo;
pub use Headers;
pub use RequestConfig;
pub use ;
use Lazy;
// now private-internal
/// ```rs
/// Optional value `Nope` = Option<()> = None;
///
/// to circimvent passing `None::<()>` into a post request
/// with no body/data
/// ```
pub const Nope: = None;
/// ```rs
/// Default instance, quickly start making https requests without setting up
///
/// let res = echo.get("url").await?;
///
/// works with get, post, put and delete however if you require more granular control,
/// it is suggested to setup your `RequestConfig`
/// ```
pub static echo: = new;