pub fn request_builder<T>(uri: T, method: Method) -> Builderwhere T: TryInto<Uri>, <T as TryInto<Uri>>::Error: Into<Error>,
request构造器, 要求是全路径的uri