Back

HttpService  : Instance

Properties

Methods

HttpResponseData RequestAsync ( HttpRequestData data )

string GetAsync ( string url table headers )

string PostAsync ( string url string body table headers )

string PutAsync ( string url string body table headers )

string DeleteAsync ( string url string body table headers )

string PatchAsync ( string url string body table headers )

nil Get ( string url function callback table headers )

nil Post ( string url string body function callback table headers )

nil Put ( string url string body function callback table headers )

nil Delete ( string url string body function callback table headers )

nil Patch ( string url string body function callback table headers )

Events