One of the apis I'm working with returns the response in a HEX format with a transfer-encoding: chunked header. Is there any way I can decode this to a readable json with python?
Asked
Active
Viewed 43 times