Crate axum_safe_path

Crate axum_safe_path 

Source
Expand description

§axum-safe-path

License Crates.io Docs.rs

Traversal-safe version of the axum::extract::Path. Can be wrapped in axum::Json or axum::Form. The usage is straightforward; here’s an example.

§Contributing

Please run .pre-commit.sh before sending a PR, it will check everything.

§License

This project is licensed under the MIT license.

Structs§

SafePath
A traversal-safe path extractor for Axum.

Enums§

SafePathRejection
Rejection type for SafePath.