Skip to main content

chrome

Function chrome 

Source
pub fn chrome() -> String
Available on crate feature user-agent only.
Expand description

Generate a random Chrome user agent string.

§Example

let user_agent = mockd::user_agent::chrome();

println!("User agent string: {}", user_agent);

§Feature

Requires the “user-agent” feature.