GitXplorerGitXplorer
d

rust-helmet

public
7 stars
1 forks
1 issues

Commits

List of commits on branch master.
Unverified
fc3cc3807364ffbfbbf536aaaf9348f2d95d9e5d

docs: update repo url and add readme

ddanielkov committed a year ago
Unverified
018de40b06c87b36843324e9496e312d2197492e

fix(axum-helmet): meta

ddanielkov committed a year ago
Unverified
a82c068a97b6c2a7630f5ce15161d633c6157d79

fix: add meta to cargo tomls

ddanielkov committed a year ago
Unverified
b1213e4a4d0ed032497d48a2e105940e6b1339fd

fix: orphan packages

ddanielkov committed a year ago
Unverified
9a8bf9af8ee3a6ff40bf7f9a07245ae6178c8de9

feat: split lib into core + frameworks, add axum

ddanielkov committed a year ago
Unverified
048f3a0a34ad85aad2433b481fed65b3c95233f8

docs: don't run top level examples + reformat

ddanielkov committed a year ago

README

The README file for this repository.

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: