Function post

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

Make a POST request.

Run on a use-once Agent.