# kHttpVerbHEAD

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

## Definition

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

```csharp
public const string kHttpVerbHEAD = "HEAD"
```
