std.net.curl - how to set custom Content-Type?

Jonathan M Davis jmdavisProg at gmx.com
Mon Sep 17 13:35:39 PDT 2012


On Monday, September 17, 2012 20:59:05 Johannes Pfau wrote:
> addRequestHeader is quite dumb. It simply appends the header to a list.
> So by just calling it again you would actually send 2 Content-Type
> headers.

So, you're suggesting to send 2 content headers? That can't be good. It might 
work, but I'm pretty darn sure that it's against the HTTP spec to do so. 
You're only supposed to have duplicate headers when they're values are a list, 
and they can be concatenated into a single header.

- Jonathan M Davis


More information about the Digitalmars-d-learn mailing list