[go: up one dir, main page]

ureq

Function options

Source
pub fn options<T>(uri: T) -> RequestBuilder<WithoutBody>
where Uri: TryFrom<T>, <Uri as TryFrom<T>>::Error: Into<Error>,
Expand description

Make a OPTIONS request.

Run on a use-once Agent.