---
name: HttpContentType
last_updated: 2026-06-11T23:11:58Z
type: enum
summary: "Specifies the value of the HTTP Content-Type header which describes the HTTP request data type."
---

# HttpContentType

Specifies the value of the HTTP Content-Type header which describes the HTTP
request data type.

**Type:** enum

## Items

| Name | Value | Description |
|------|-------|-------------|
| `ApplicationJson` | 0 | Represents the "application/json" Content-Type. |
| `ApplicationXml` | 1 | Represents the "application/xml" Content-Type. |
| `ApplicationUrlEncoded` | 2 | Represents the "application/x-www-form-urlencoded" Content-Type. |
| `TextPlain` | 3 | Represents the "text/plain" Content-Type. |
| `TextXml` | 4 | Represents the "text/xml" Content-Type. |