Skip to main content

Module http

Module http 

Source
Expand description

Native http module for making HTTP requests.

Exports: http.get, http.post, http.put, http.delete

All functions are async. Uses reqwest under the hood. Policy gated: requires NetConnect permission.

Functionsยง

create_http_module
Create the http module with async HTTP request functions.