https://github.com/litert/http-client.js
The HTTP client wrapper for Node.js
https://github.com/litert/http-client.js
client http nodejs
Last synced: 14 days ago
JSON representation
The HTTP client wrapper for Node.js
- Host: GitHub
- URL: https://github.com/litert/http-client.js
- Owner: litert
- License: apache-2.0
- Created: 2018-12-27T04:13:16.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2026-04-01T15:33:51.000Z (17 days ago)
- Last Synced: 2026-04-01T20:31:16.580Z (17 days ago)
- Topics: client, http, nodejs
- Language: TypeScript
- Homepage: https://fenying.net
- Size: 330 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.md
- License: LICENSE
Awesome Lists containing this project
README
# LiteRT/HTTP Client
[](https://www.npmjs.com/package/@litert/http-client "Stable Version")
[](https://www.npmjs.com/package/@litert/http-client "Development Version")
[](https://github.com/litert/http-client/blob/master/LICENSE)
[](https://nodejs.org/dist/latest-v8.x/)
[](https://github.com/litert/http-client.js/issues)
[](https://github.com/litert/http-client.js/releases "Stable Release")
A simple HTTP client based on LiteRT.
## Requirement
- TypeScript v3.2.2 (or newer)
- Node.js v10.0.0 (or newer)
## Installation
Install by NPM:
```sh
npm i @litert/http-client --save
```
## Document
### 简体中文版
- Preparing
## License
This library is published under [Apache-2.0](./LICENSE) license.