contentType

abstract fun contentType(): String

The MIME type of the request body (e.g., application/x-www-form-urlencoded).

This is typically used for methods like POST or PUT to indicate the format of the body content.