Skip to content

Commit

Permalink
📝 doc
Browse files Browse the repository at this point in the history
  • Loading branch information
bean authored and bean committed Nov 10, 2022
1 parent 35814e1 commit 688cb4e
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 5 deletions.
16 changes: 13 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,20 @@
# Rx-Http-Kit

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.
Rx-Http-Kit is a RxJs-based HTTP Client

Lets go!
## 📖 Introduction

# Quick Start
Rx-Http-Kit inspired by `Angular`, supports the backend of `Axios`, `XHR`, `UniApp`.

It provides a normalization of `HttpClient` for `NodeJs`, `Browser`, `Mini-App`.

## 🚀 Features:
- Support multiple backend of http-request: Axios,XHR,UniApp
- Normalization: just provider a backend, HttpClient is the same
- Customize Backend
- Support RxJs

## 🧰 How to install

> More usage samples can be found in the test directory. [(Quick Test Dir)](https://github.com/MQpeng/rx-http-kit/tree/main/test)
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "rx-http-kit",
"version": "1.1.2",
"description": "HTTP Client Development Kit based by rxjs",
"version": "1.1.3",
"description": "A normalized HttpClient based by rxjs",
"main": "lib/index.js",
"module": "lib/index.es.js",
"types": "types/index.d.ts",
Expand Down

0 comments on commit 688cb4e

Please sign in to comment.