Does App Engine Flexible automatically gzip responses? -


app engine standard supports automatic gzip compression of responses if client has correct accept-encoding , user-agent headers set on request. info on can found here , here.

i running project in app engine flexible beta , not auto compress responses. auto response compression present on flexible beta? if not, recommended approach compress responses?

presently, app engine flexible beta not compress responses. web servers can configured compress responses. web server using?


Comments

Popular posts from this blog

c - zlib and gdi32 with OpenSSL? -

java - inputmismatch exception -

ios - Align baselines with characters in large line heights with Text Kit -