Crates.io | poem-middleware |
lib.rs | poem-middleware |
version | 0.1.0 |
source | src |
created_at | 2024-06-06 13:46:55.176938 |
updated_at | 2024-06-06 13:46:55.176938 |
description | supply middlewares that not find in offical |
homepage | |
repository | https://github.com/jiaohu/poem-middlewares |
max_upload_size | |
id | 1263719 |
size | 10,532 |
support normal used middlewares which not supply by offical
Now Support
SignVerifyMiddleware
, this support to define request param verify and expired time for request to avoid
that params are changed by third party.
NoCacheMiddleware
, this support to clear cache in browser.