Servant.API.Vault
| Use Vault in your API types to provide access to the Vault of the request, which is a location shared by middlewares and applications to store arbitrary data. See vault for more details on how to actually use the vault in your handlers
Vault
Example:
>>> type API = Vault :> Get '[JSON] String
>>>
type API = Vault :> Get '[JSON] String
type Vault = Vault RealWorld #