as mentioned in #35 (comment)
could be interesting to implement gzip encoding for server responses.
So I've started some impl and researches.
Now I have some questions:
- should it be encoded automatically when got
Accept-Encoding: gzip in major qvalue?
- should force encoding be triggered by specifying
Content-Encoding: gzip header by a user?