>> I just noticed (on CouchDB 1.0.0) that views return "Content-Type: >> text/plain;charset=utf-8"... even when "Content-Type: application/json" was >> in the GET request. > This is only true if you don't set the correct accept header: > curl -v -H "Accept: application/json" > http://localhost:5984/test/_design/foo/_view/bar
True. Sorry. I suppose the REST client I use has a buggy cache. Regards, Aurélien
