web.get(url: string): string
web.get(url: string):
string
url
Sends a GET request to the URL.
web.post(url: string, params: string, type: number)
params
type
number
Sends a POST request to the URL.
web.put(url: string, header: string, params: string)
header
Sends a PUT request to the URL.
web.delete(url: string, params: string)
Sends a DELETE request to the URL.
Last updated 2 years ago