abstract fun addExpectedContentType(contentType: String): HTTPRequestValidationHandler
Add an expected content type of request. It's not needed to add application/json, application/xml, multipart/form-data and application/x-www-form-urlencoded
contentType - expected content type of file
Return
this handler