WhiteCosmos/Gotcha-HTTP-Client

Are there issues with compressed data in response?

Closed this issue · 4 comments

I'm having issues with body responses not being displayed. The response is being sent back compressed via gzip. Is this supported?

Testing in other tools, such as postman or curl, I can see the response body with the same request.

The gzip response format is supported. Could you tell me what the actual content-type is ?

The response body is JSON data, the content-type header in the repose is

content-type: application/frdy+json; charset=utf-8

Ok, I will fix it in next version.

Fixed in 1.4.1 version