Skip to content

Commit d1f10a6

Browse files
committed
Update Mockttp for key logs, webhooks, H2 fixes & HTTP streaming events
Lots of nice things included in here, amongst quite a bit of tidy up and general improvement. Streaming events here particularly adds response initiated and response & request body part events, opening up a whole new API for the UI which should improve responsiveness, reduce buffering, improve UX, and allow access to all kinds of awkward stream requests & responses. This also improves the admin stream handling of disconnection, opening up a world where we handle that better/non-destructively, stops the admin server processing events for subs nobody is using, and fixes lots of minor event timing data bugs. Lots to do to actually integrate & expose this, but watch this space.
1 parent a298689 commit d1f10a6

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

package-lock.json

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
"mime-types": "^2.1.27",
8484
"mobx": "^6.3.5",
8585
"mockrtc": "^0.5.0",
86-
"mockttp": "^4.1.0",
86+
"mockttp": "^4.2.0",
8787
"node-fetch": "^2.6.1",
8888
"node-forge": "^1.3.0",
8989
"node-gsettings-wrapper": "^0.5.0",

0 commit comments

Comments
 (0)