Robyn icon indicating copy to clipboard operation
Robyn copied to clipboard

support compress ?

Open mn3711698 opened this issue 1 year ago • 2 comments

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 avatar Apr 23 '23 05:04 mn3711698

@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?

sansyrox avatar Apr 23 '23 15:04 sansyrox

Hi, from what I managed to read, actix_web already supports compression, this should be adding a configuration layer

Noborita9 avatar May 13 '23 16:05 Noborita9