objectStreamWithNoBody extends ResultStreaming with Product with Serializable
Used for responses that may not contain a body, e.g. 204 or 304 responses.
The server shouldn't send a body and, since the response cannot have a
body, the Content-Length header shouldn't be sent either.
Used for responses that may not contain a body, e.g. 204 or 304 responses. The server shouldn't send a body and, since the response cannot have a body, the Content-Length header shouldn't be sent either.