v2.35.18
Whats Changed
- The rquest client support with the
rquestfeature flag. - New
website.with_emulationforrquestemulation. - Bug fixes and improvements with chrome request timeout handling.
/// Set the request emuluation. This method does nothing if the `rquest` flag is not enabled.
pub fn with_emulation(&mut self, emulation: Option<rquest_util::Emulation>) -> &mut Self {
self.configuration.with_emulation(emulation);
self
}Full Changelog: v2.34.5...v2.35.18