request_builder

Function request_builder 

Source
pub fn request_builder<T>(uri: T, method: Method) -> Builder
where T: TryInto<Uri>, <T as TryInto<Uri>>::Error: Into<Error>,