read / write
Types of content this HTTPController will accept.
By default, a resource controller will accept 'application/json' and 'application/x-www-form-urlencoded' requests. If a request is sent to an instance of HTTPController and has an HTTP request body, but the Content-Type of the request isn't within this list, the HTTPController will automatically respond with an Unsupported Media Type response.