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
httpmodule with async HTTP request functions.