http.get(url: string): string
http.get(url: string):
string
url
Sends a GET request to the URL.
http.post(url: string, params: string, type: number)
params
type
number
Sends a POST request to the URL.
http.delete(url: string, params: string)
Sends a DELETE request to the URL.
Last updated 3 years ago