Skip to content

Commit 688cb4e

Browse files
beanbean
bean
authored and
bean
committed
📝 doc
1 parent 35814e1 commit 688cb4e

File tree

2 files changed

+15
-5
lines changed

2 files changed

+15
-5
lines changed

README.md

+13-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,20 @@
11
# Rx-Http-Kit
22

3-
Rx-Http-kit based in RxJS, provides axios、xhr2、xhr backend. If you have used Angular's HttpClient, You will definitely feel the convenience of RxJS. It supports NodeJs & Browser env.
3+
Rx-Http-Kit is a RxJs-based HTTP Client
44

5-
Lets go!
5+
## 📖 Introduction
66

7-
# Quick Start
7+
Rx-Http-Kit inspired by `Angular`, supports the backend of `Axios`, `XHR`, `UniApp`.
8+
9+
It provides a normalization of `HttpClient` for `NodeJs`, `Browser`, `Mini-App`.
10+
11+
## 🚀 Features:
12+
- Support multiple backend of http-request: Axios,XHR,UniApp
13+
- Normalization: just provider a backend, HttpClient is the same
14+
- Customize Backend
15+
- Support RxJs
16+
17+
## 🧰 How to install
818

919
> More usage samples can be found in the test directory. [(Quick Test Dir)](https://github.com/MQpeng/rx-http-kit/tree/main/test)
1020

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "rx-http-kit",
3-
"version": "1.1.2",
4-
"description": "HTTP Client Development Kit based by rxjs",
3+
"version": "1.1.3",
4+
"description": "A normalized HttpClient based by rxjs",
55
"main": "lib/index.js",
66
"module": "lib/index.es.js",
77
"types": "types/index.d.ts",

0 commit comments

Comments
 (0)