-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
test caseA test case to considerA test case to consider
Description
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.
Metadata
Metadata
Assignees
Labels
test caseA test case to considerA test case to consider