1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-10-18 20:09:08 +02:00
unleash.unleash/website/docs
Pedro Papadopolis 24c2a70138
feat: Make compression middleware optional (#5306)
## Why
Currently AWS API Gateway doesn't have compression enabled by default,
this PR will make it easier to for example deploy Unleash over to AWS
Lambda without further configuration in API Gateway, frameworks like
Serverless requires a bit more work to set up compression and some times
one might not need compression at all.

## How
Create a new config flag called `disableCompression` which will not
include `compression` middleware in express' instance when set as true.
2023-12-16 08:06:26 +01:00
..
contributing docs: ADR with handling tables (#5561) 2023-12-13 11:09:55 +01:00
feature-flag-tutorials
how-to
migrations fix: rename websitev2 to website 2021-10-26 11:25:19 +02:00
reference docs: Compare front-end api to edge, not proxy (#5617) 2023-12-14 09:04:44 +01:00
topics
understanding-unleash
unleash-academy
using-unleash feat: Make compression middleware optional (#5306) 2023-12-16 08:06:26 +01:00
client-specification.md
quickstart.md Navigation refactor (#5227) 2023-10-31 09:38:03 -05:00
welcome.md