I don't think we have a nice/good way to send a 204 response without a body via Context interface?
It would be context.write(new byte[0]) ... write an empty byte array. Do we need a better option like content.sendEmpty(204)? With Nima/Helidon its res.status(NO_CONTENT_204).send();