Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
MegatronKing committed Jul 24, 2023
1 parent f972f64 commit e293896
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

[Reqable](https://reqable.com/) is modern cross-platform project, designed for API development, testing and debugging. Reqable fully supports HTTP1 and HTTP2, and partially supports HTTP3(QUIC).

⚠️⚠️⚠️ Note: Reqable is a non-open source project, and this repository is only used to manage requirements and user feedback.
⚠️ Note: Reqable is a non-open source project, and this repository is only used to manage requirements and user feedback.

Offical website: https://reqable.com

Expand All @@ -16,13 +16,13 @@ The features of Reqable are simple, beautiful, free, no login is required, and i
- 11 different accent colors are supported.
- Support `Atom One` code highlighting.

## Desktop
## Desktop App

The Reqable desktop supports Windows/Mac/Linux, and integrates API debugging and API testing. You can think of it as Fiddler/Charles + Postman.

Reqable breaks down the barrier between API debugging and testing. For example, APIs can be created from recording list, and recording can also be performed during API testing.

### API Debugging
#### 1. API Debugging

Reqable uses the classic MITM proxy method for debugging, and supports such as rewriting, scripting (Python), breakpoints, and replay.

Expand All @@ -47,7 +47,7 @@ Real machine screenshot:

![](/arts/screenshot_en_01.png)

### API Testing
#### 2. API Testing

Reqable can compose API for testing, also supports features such as API collection and history.

Expand All @@ -65,6 +65,6 @@ Real machine screenshot:

![](/arts/screenshot_en_02.png)

## Mobile
## Mobile App

Reqable plans to launch standalone mobile app. But I am currently still focusing on the desktop, the development of the mobile app will start as early as September, it depends on the progress of the desktop. Reqable is developed using Flutter and C++, and needs to be adapted to some specific platforms and interactive methods. I believe that the first version of the mobile app will be released soon.
6 changes: 3 additions & 3 deletions README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[Reqable](https://reqable.com/)是一款跨平台的专业HTTP开发和调试工具,在全平台支持HTTP1、HTTP2和HTTP3(QUIC)协议,简单易用、功能强大、性能高效,助力程序开发和测试人员提高生产力!

⚠️⚠️⚠️ 注意:Reqable是非开源项目,本仓库仅用来管理需求和用户反馈。
⚠️ 注意:Reqable是非开源项目,本仓库仅用来管理需求和用户反馈。

官方网站:https://reqable.com

Expand All @@ -20,7 +20,7 @@ Reqable桌面端支持 Windows/Mac/Linux 三大主流平台,具备抓包调试

Reqable打通了API调试和测试之间的壁垒,例如可以从抓包数据中创建API进行测试,也可以在API测试时进行流量抓包分析。

### 流量抓包
#### 1. 流量抓包

Reqable采用经典的MITM代理方式进行流量分析,支持重写、脚本(Python)、断点和重放等功能。

Expand All @@ -45,7 +45,7 @@ Reqable采用经典的MITM代理方式进行流量分析,支持重写、脚本

![](/arts/screenshot_zh_01.png)

### API测试
#### 2. API测试

Reqable可以编辑和发送HTTP请求,用来测试API接口,同时还支持API集合存储和历史记录等功能。

Expand Down

0 comments on commit e293896

Please sign in to comment.