feignx icon indicating copy to clipboard operation
feignx copied to clipboard

Responses with gzip compression should be supported

Open kdavisk6 opened this issue 6 years ago • 0 comments

See #22

Scenario: Simple HTTP request can be made requesting responses be compressed.

Given: a request is made to a known endpoint, When: the request is sent to the target, accepting gzip responses And: a response is returned with a 200 response code And: the response is not empty Then: the response can be read.

Additional Context This test case should demonstrate that gzip support is relegated to the Client being used, but should be supported by the default client.

kdavisk6 avatar May 16 '19 16:05 kdavisk6