Mohammadreza Hajianpour

Results 45 comments of Mohammadreza Hajianpour

@kaitk You can use mine: ```typescript import { Elysia } from 'elysia' import { brotliCompressSync, gzipSync, deflateSync } from 'node:zlib' const compressors = { br: (buffer: Buffer) => brotliCompressSync(buffer), gzip:...

@mjjabarullah Must be the `rate-limit` plugin interfering. I'm working on a fix.

@mjjabarullah @kaitk Due to misbehavior when connecting existing Elysia plugins, I decided to make my own logger, compression and rate limit plugins that work nicely together, are easy to maintain...