Function put

pub fn put<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 PUT request.

Run on a use-once Agent.