Skip to content

Requests can be made with binary content #31

Description

@kdavisk6

See #22

Scenario: Simple HTTP request can be where the request content is binary data provided directly by a user, not through the encoded.

Given: a request is made to a known endpoint,
When: the request is sent to the target,
And: the request contains binary data
And: a response is returned with a 200 response code
Then: the response can be read.

Additional Context
This test case verifies that users can provide byte[] or other binary type values as request content and that the requests should send that data to the target raw.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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