megastef / node-crate

Node.js base DB-Driver for CRATE (www.crate.io)
52 stars 18 forks source link

add the Content-Type to the Header to prevent deprecation warning. #22

Closed tomsvogel closed 7 years ago

tomsvogel commented 7 years ago

Crate DB has deprecated content type detection for rest requests in v2.2. This PR is to prevent the deprecation Warning.

[WARN ][o.e.d.r.RestController ] Content type detection for rest requests is deprecated. Specify the content type using the [Content-Type] header.