restify / clients

HttpClient, StringClient, and JsonClient extracted from restify
MIT License
57 stars 34 forks source link

json client, wrong content-type on delete method #163

Open hekike opened 6 years ago

hekike commented 6 years ago

MOVED FROM: https://github.com/restify/node-restify/issues/539

Using latest restify (2.6.1) when json client makes http DELETE request it sets content-type to application/octet-stream instead application/json.

Check out this gist: https://gist.github.com/spikhoff/9229833

einarjohnson commented 6 years ago

Has this issue been resolved?