OpenFeign/feignx

204 - Empty Response

Opened this issue · 0 comments

See #22

Scenario: Simple HTTP request that obtains a NO CONTENT response.

Given: a request is made to a known endpoint,
When: the request is send to the target,
Then: a response is returned with a 204 - NO CONTENT Status Code,
And: the response content length is zero,
And: the response body is empty.

Additional Context
Any additional context you would like to provide.