An open API service indexing awesome lists of open source software.

https://github.com/t99/http-js

My own personal simple HTTP request library for NodeJS - written in TypeScript.
https://github.com/t99/http-js

http typescript

Last synced: about 1 year ago
JSON representation

My own personal simple HTTP request library for NodeJS - written in TypeScript.

Awesome Lists containing this project

README

          

# http-js
My own personal simple HTTP request library for NodeJS - written in TypeScript.

### [Find @t99/http on NPM.](https://www.npmjs.com/package/@t99/http)

## Installation
Install from NPM with
```
$ npm install --save @t99/http
```

## License

`@t99/http` is made available under the GNU General Public License v3.

Copyright (C) 2022 Trevor Sears