warp-sessions

Crates.iowarp-sessions
lib.rswarp-sessions
version1.0.19
sourcesrc
created_at2021-01-04 16:38:44.380682
updated_at2023-03-31 10:52:55.383643
descriptionGeneric session middleware for the warp HTTP framework
homepage
repositoryhttps://github.com/ajpauwels/warp-sessions.git
max_upload_size
id331721
size71,296
Alexandre Pauwels (ajpauwels)

documentation

README

warp-sessions

License: 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.

You can also find more extensive code samples in the examples folder.

Commit count: 53

cargo fmt