-
Beta Was this translation helpful? Give feedback.
Answered by
przemo098
Nov 28, 2020
Replies: 1 comment
-
I find out reason brotli compresion is disabled in python simple http request |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
przemo098
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I find out reason brotli compresion is disabled in python simple http request
The simplest option is to use http-server (from npm):
npm install http-server -g
http-server . -p 8007 -b
flag -b enables brotli compression