feignx icon indicating copy to clipboard operation
feignx copied to clipboard

Requests can be made with binary content

Open kdavisk6 opened this issue 6 years ago • 0 comments

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.

kdavisk6 avatar May 16 '19 16:05 kdavisk6