Google Drive for Unity3D
|
HTTP request(Internal) More...
Public Member Functions | |
UnityWebRequest (string uri) | |
UnityWebRequest (Uri uri) | |
UnityWebResponse | GetResponse () |
UnityWebResponse | GetResponse (Action< UnityWebResponse > callback) |
string | DumpHeaders () |
Properties | |
string | method [get, set] |
string | protocol [get, set] |
Uri | uri [get, set] |
Hashtable | headers [get, set] |
byte[] | body [get, set] |
HTTP request(Internal)