Skip to content

Commit 99fa497

Browse files
add a note about available middlewares
1 parent 317f6ae commit 99fa497

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -446,6 +446,10 @@ __Example__
446446
onWebSocketClose: function(ctx, code, message, callback) { },
447447
});
448448

449+
node-http-mitm-proxy provide some ready to use modules:
450+
- `Proxy.gunzip` Gunzip response filter (uncompress gzipped content before onResponseData and compress back after)
451+
- `Proxy.wildcard` Generates wilcard certificates by default (so less certificates are generated)
452+
449453
<a name="context"/>
450454
## Context
451455

0 commit comments

Comments
 (0)