Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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

Last synced: 27 days 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