A Vapor package that restores request.storage functionality for persisting data across request lifecycle in Vapor 3+.
Vapor Request Storage is a Swift package that provides a replacement for the request.storage functionality available in Vapor 1 and 2, enabling developers to store and retrieve data tied to a request's lifecycle in Vapor 3 and later versions. It simplifies state management within request handlers by offering a clean API to persist temporary data.
request.set(_:to:) and request.get(_:as:) methods for straightforward data management.This package follows Vapor's service-oriented architecture, providing a lightweight, focused solution for request-scoped data storage without unnecessary complexity.
Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.