gaurishhs / elysia-nocache

Nocache plugin for Elysia

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

elysia-nocache

Nocache plugin for Elysia.js

Disables caching as much possible.

Usage

import { nocache } from 'elysia-nocache';

new Elysia().use(nocache())

License

MIT

Author

Copyright (c) 2023 Gaurish Sethia

About

Nocache plugin for Elysia

License:MIT License


Languages

Language:TypeScript 68.8%Language:JavaScript 31.2%