# kHttpVerbPOST

> The string "POST", commonly used as the verb for an HTTP POST request.

## Definition

* **Type:** Field
* **Namespace:** [UnityEngine.Networking](/engine/6000.7/script-reference/unityengine/networking.md)
* **Assembly:** UnityEngine.UnityWebRequestModule

```csharp
public const string kHttpVerbPOST = "POST"
```
