An open API service indexing awesome lists of open source software.

https://github.com/gaurishhs/elysia-nocache

Nocache plugin for Elysia
https://github.com/gaurishhs/elysia-nocache

Last synced: 7 months ago
JSON representation

Nocache plugin for Elysia

Awesome Lists containing this project

README

          

# elysia-nocache

Nocache plugin for Elysia.js

Disables caching as much possible.

## Usage

```ts
import { nocache } from 'elysia-nocache';

new Elysia().use(nocache())

```

## License

MIT

## Author

Copyright (c) 2023 Gaurish Sethia