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 that results for a large file can be streamed from the Response by interacting with the input stream directly.
Given: a request is made to a known endpoint, When: the request is sent to the target, And: a response is returned with a 200 response code And: the response is not empty Then: the input stream provided by the Response.
Additional Context
This test case should demonstrate that it is possible to handle the response streams directly by users, either in a decoder or bypassing the decoder entirely.
The text was updated successfully, but these errors were encountered:
See #22
Scenario: Simple HTTP request that results for a large file can be streamed from the Response by interacting with the input stream directly.
Given: a request is made to a known endpoint,
When: the request is sent to the target,
And: a response is returned with a 200 response code
And: the response is not empty
Then: the input stream provided by the Response.
Additional Context
This test case should demonstrate that it is possible to handle the response streams directly by users, either in a decoder or bypassing the decoder entirely.
The text was updated successfully, but these errors were encountered: