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.
- Host: GitHub
- URL: https://github.com/t99/http-js
- Owner: T99
- License: gpl-3.0
- Created: 2021-07-26T20:13:18.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-02-02T20:10:49.000Z (about 3 years ago)
- Last Synced: 2024-05-01T19:08:20.246Z (almost 2 years ago)
- Topics: http, typescript
- Language: TypeScript
- Homepage:
- Size: 181 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: readme.md
- Funding: .github/FUNDING.yml
- License: license.md
- Code of conduct: .github/CODE_OF_CONDUCT.md
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