How do I read a http-chunked HEX response from a web api?

Viewed 15

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?

0 Answers
Related