Packagecom.milkmangames.nativeextensions
Classpublic class GVHttpMethod
InheritanceGVHttpMethod Inheritance Object

Http Method



Public Constants
 ConstantDefined By
  DELETE : String = DELETE
[static] DELETE Method
GVHttpMethod
  GET : String = GET
[static] GET Method
GVHttpMethod
  POST : String = POST
[static] POST Method
GVHttpMethod
Constant Detail
DELETEConstant
public static const DELETE:String = DELETE

DELETE Method

GETConstant 
public static const GET:String = GET

GET Method

POSTConstant 
public static const POST:String = POST

POST Method