Inspect compressed websocket traffic

I am trying to see the responses from wss://gateway.discord.gg/?encoding=json&v=9&compress=zlib-stream, but as the url suggests, they are compressed with zlib. Is there a function to see the contents in a human readable format, instead of incorrect representations of bytes?
image

(no i cant change the url)