Variable Request._contentType

content type for POST/PUT requests

struct Request
{
  // ...
  string _contentType ;
  // ...
}