You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: