using UnityEngine; using System.Collections; public class HttpMethod { public const string POST = "POST"; public const string GET = "GET"; }