4个版本 (稳定)
1.2.0 | 2019年10月13日 |
---|---|
1.1.0 | 2019年5月28日 |
1.0.0 | 2019年5月26日 |
0.0.0 | 2019年5月25日 |
#4 在 #helmet
每月50次下载
用于 serv4rs
24KB
291 行
armor
HTTP安全头部。改编自 helmetjs。
示例
基本用法
let mut headers = http::HeaderMap::new();
armor::armor(&mut headers);
assert_eq!(headers["X-Content-Type-Options"], "nosniff");
assert_eq!(headers["X-XSS-Protection"], "1; mode=block");
安装
$ cargo add armor
安全性
此crate使用 #![deny(unsafe_code)]
确保所有内容都在100%安全Rust中实现。
贡献
想加入我们?查看我们的 "贡献"指南 并查看一些这些问题
参考
无。
许可证
依赖
~1.4–2.2MB
~46K SLoC