Robyn
Robyn copied to clipboard
support compress ?
Some requests in my project have to return a lot of content to the request, in flask code
from flask_compress import Compress Compress(app)
Automatically compress the content and return the request
@sansyrox
@mn3711698 , thanks for the issue. I am not very familiar with the usage of flask_compress
. Can you please add some more detail about the usage?
Hi, from what I managed to read, actix_web already supports compression, this should be adding a configuration layer