Skip to content

Large response can be read using Response input stream #29

@kdavisk6

Description

@kdavisk6

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    test caseA test case to consider

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions