Function connect

pub fn connect<T>(uri: T) -> RequestBuilder<WithoutBody>
where Uri: TryFrom<T>, <Uri as TryFrom<T>>::Error: Into<Error>,
Available on crate feature dep_ureq only.
Expand description

Make a CONNECT request.

Run on a use-once Agent.