## async wrapper for native nodejs http.request
npm install @miqro/request
``typescriptimport { request } from "@miqro/request";
typescriptimport { request } from "@miqro/request";
console.dir(await request({ url: ..., query: { ... }, method: ..., headers: { ... }, data: ..., ...}))``