I was been asked by one guy to create issue here, but instead I made a PR
Please add support compressed http request.
This feature helps working with mastodon API in low-bandwidth networks.
Just add in header req.Header.Set("accept-encoding", "gzip"). And decoding data:
I was been asked by one guy to create issue here, but instead I made a PR