actix-clean-path 1.0.0

Middleware to clean request's URI, and redirect if necessary.
Documentation
1
2
3
4
5
6
7
8
9
actix-clean-path
================

[![Build](https://github.com/daaku/actix-clean-path/workflows/build/badge.svg)](https://github.com/daaku/actix-clean-path/actions?query=workflow%3Abuild)
[![Crates.io](https://img.shields.io/crates/v/actix-clean-path)](https://crates.io/crates/actix-clean-path)
[![Documentation](https://docs.rs/actix-clean-path/badge.svg)](https://docs.rs/actix-clean-path)

Middleware to clean request's URI, and redirect if necessary. See
[documentation](https://docs.rs/actix-clean-path) for how to use the library.