Function options
pub fn options<T>(uri: T) -> RequestBuilder<WithoutBody>
Available on crate feature
dep_ureq
only.Expand description
Make an OPTIONS request.
Run on a use-once Agent
.
pub fn options<T>(uri: T) -> RequestBuilder<WithoutBody>
dep_ureq
only.Make an OPTIONS request.
Run on a use-once Agent
.