warp-sessions 1.0.22

Generic session middleware for the warp HTTP framework
Documentation
1
2
3
4
5
6
7
8
9
10
11
# warp-sessions
[![](http://meritbadge.herokuapp.com/warp-sessions)](https://crates.io/crates/warp-sessions) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)

This repo provides session middleware for the warp framework that:
- Supports async
- Provides plug-and-play functionality for multiple session backends
- Integrates into existing Warp-style filter chains

Get started by checking out the [docs](https://docs.rs/warp-sessions).

You can also find more extensive code samples in the [examples](https://github.com/ajpauwels/warp-sessions/tree/main/examples) folder.