planety / prologue

Powerful and flexible web framework written in Nim
https://planety.github.io/prologue
Apache License 2.0
1.23k stars 47 forks source link

Is there a way to return HTTP 204 No Content without Content-Length and Content-Type headers? #214

Open jpalomaki opened 1 year ago

jpalomaki commented 1 year ago

Hello,

I.e. is it possible send a 204 No Content response without specifying an empty body?

~I currently emit 204 No Content like this, for a simple health check endpoint.~

Thanks, Jukka