Skip to content

Commit c248ac6

Browse files
authored
Merge pull request #5 from StarpTech/feature/#3_#4_improve_doc
Fixed #4 #3 docs
2 parents 47f77b8 + 7e7b791 commit c248ac6

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,12 @@ fastify.register(
7070
)
7171
```
7272

73+
### Disable compression by header
74+
You can selectively disable the response compression by using the `x-no-compression` header in the request.
75+
76+
## Note
77+
Please have in mind that in large scale scenarios, you should use a proxy like Nginx to handle response-compression.
78+
7379
## Acknowledgements
7480
This project is kindly sponsored by:
7581
- [LetzDoIt](http://www.letzdoitapp.com/)

0 commit comments

Comments
 (0)