Skip to content

Commit 1d352fe

Browse files
committed
docs: add a CURD demo
1 parent f0f9406 commit 1d352fe

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

README-CN.MD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
简短演示: [https://huturen.github.io/http-request-mock-docs/plain-html/](https://huturen.github.io/http-request-mock-docs/plain-html/)
1212

13-
13+
增删改查演示: [https://huturen.github.io/http-request-mock-curd/](https://huturen.github.io/http-request-mock-curd/)
1414

1515

1616

README.MD

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ Full documentation: [https://huturen.github.io/http-request-mock-docs/](https://
1111

1212
A quick demo: [https://huturen.github.io/http-request-mock-docs/plain-html/](https://huturen.github.io/http-request-mock-docs/plain-html/)
1313

14+
A CURD demo: [https://huturen.github.io/http-request-mock-curd/](https://huturen.github.io/http-request-mock-curd/)
15+
16+
1417
It mocks http requests issued by axios, jquery, superagent, node-fetch, got, (… you name it) by intercepting
1518
XMLHttpRequest, fetch, and nodejs native HTTP/HTTPS module requests at the low level.
1619

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "http-request-mock",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "Intercept & mock http requests issued by XMLHttpRequest, fetch, nodejs https/http module, axios, jquery, superagent, ky, node-fetch, request, got or any other request libraries by intercepting XMLHttpRequest, fetch and nodejs native requests in low level.",
55
"main": "src/index.js",
66
"module": "http-request-mock.esm.mjs",

0 commit comments

Comments
 (0)