On Mon, Nov 24, 2014 at 11:24 AM, Florian Obser <[email protected]> wrote: ... > Since we are probably not supposed to send a "Content-Type" header I > think it makes sense to duplicate the httpmsg generating code in this > case;
If a GET of that resource would have a Content-Type, then the HEAD of it should have one. Per RFC 2616, HEAD and GET should return the same header fields and only differ by HEAD leaving out the body. Philip
