@miqro/request
TypeScript icon, indicating that this package has built-in type declarations

0.2.3 • Public • Published

@miqro/request

async wrapper for native nodejs http.request

import { request } from "@miqro/request";

console.dir(await request({
	url: ...,
	query: {
		...
	},
	method: ...,
	headers: {
		...
	},
	data: ...,
	...
}))

Readme

Keywords

none

Package Sidebar

Install

npm i @miqro/request

Weekly Downloads

2

Version

0.2.3

License

ISC

Unpacked Size

58 kB

Total Files

6

Last publish

Collaborators

  • claukers