Skip to content

HTTP security headers middleware for multiple Rust web frameworks

Notifications You must be signed in to change notification settings

danielkov/rust-helmet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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. Coming Soon

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

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

  • axum-helmet is a security middleware for the axum 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:

About

HTTP security headers middleware for multiple Rust web frameworks

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages