You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: