pub fn options<U>(base_url: U) -> RequestBuilderwhere U: AsRef<str>,
Create a new RequestBuilder with the OPTIONS method.
RequestBuilder