HTTP request
fetch(url: str, opt?: map) -> Task
url
A url string.
opt
A map of options
method string
method
headers a map of headers
headers
// todo
A task contains response object.
Last updated 4 years ago