Skip to content

Latest commit

 

History

History
33 lines (27 loc) · 2.47 KB

File metadata and controls

33 lines (27 loc) · 2.47 KB

Rust Helmet

A security middleware library for popular Rust web frameworks.

Packages

  • ntex-helmet is a security middleware for the ntex web framework.

  • actix-web-helmet is a security middleware for the actix-web web framework.

  • rocket-helmet is a security middleware for the rocket web framework.

  • warp-helmet is a security middleware for the warp web framework.

  • axum-helmet is a security middleware for the axum web framework.

  • poem-helmet is a security middleware for the poem web framework.

  • salvo-helmet is a security middleware for the salvo web framework.

  • tide-helmet is a security middleware for the tide web framework.

  • helmet-core is the core library that the other packages are built on. It can be used to build a security middleware for any web framework.

It works by setting HTTP headers for you. These headers can help protect your app from some well-known web vulnerabilities: