@am92/node-http
v3.1.0
Published
HTTP Client for Node Backend Applications
Downloads
116
Readme
@am92/node-http
For full documentation, visit here.
Table of Content
Installation
npm install --save @am92/node-httpCreating an Instance
import { NodeHttp } from '@am92/node-http'
const nodeHttp = new NodeHttp()
export default nodeHttp