#user-agent #static #real #http #automatic #str #generate

real_ua

生成随机的静态str http用户代理

1 个不稳定版本

0.1.0 2024年3月10日

#14 in #real


用于 real_ua_cli

自定义许可证

14KB

real_ua

静态real用户代理自动更新

fn main() {
    let user_agent: &'static str = real_ua::get_ua();
    println!("{}", user_agent);
}

它依赖于 fastrand 从静态列表中随机选择一个用户代理。

待办事项

  • 使用GitHub工作流程更新用户代理

依赖项

~28KB