# kHttpVerbGET

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

## Definition

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

```csharp
public const string kHttpVerbGET = "GET"
```
