Repeat after me Chrome 插件, crx 扩展下载

 收录于4年前 阅读数 13

扩展ID: flhomojjimkkphaddjaimnkgdgcajaek

Record backend HTTP calls and replay them when backend is not available.Repeat After Me is a Chrome extension allowing frontend developers to work when their backend server is down or unreachable.

It records all XHR calls (requests and responses) and indexes them. Then, in replay mode, it will intercept XHR calls and will return the best match.


To start recording XHR calls, enter a context name and click "Record".

Try to run a scenario were a maximum of different backend calls will occurs.

When done, click "Stop record".

Then, you can fake your backend by selecting the context and clicking "Play".

Click "Stop play" to stop the network interception.


In record mode, the calls are indexed, and in replay mode, when your application will make an XHR call, Repeat After Me will return the best match:

- exact match: if the very same request has been recorded, it returns its response,
- simple match: else, it will search a request with same method and same path (ignoring the querystring),
- near match: else, it will search a request with same method and a similarly ended path, for instance if the app calls `POST http://mybackend/task1/complete`, the extension might return the recorded response for `POST http://mybackend/task2/complete`.

The objective is to make the fake backend to behave in the most consistent way. Nevertheless, be aware inconsistencies might happen.
名称 Repeat after me
插件标识 flhomojjimkkphaddjaimnkgdgcajaek
平台 Chrome
评分 0
评分人数 0
插件主页

作者 ebrehault
版本号 1.0.0
大小 10.37 KB
官网下载次数 230
分类 查看更多 web开发 分类下的扩展插件
下载地址
更新时间 2018-09-02 00:00:00
举报
回复

大家在找这些插件