moll / node-mitm

Intercept and mock outgoing Node.js network TCP connections and HTTP requests for testing. Intercepts and gives you a Net.Socket, Http.IncomingMessage and Http.ServerResponse to test and respond with. Super useful when testing code that hits remote servers.
Other
637 stars 48 forks source link

Update readme Events #44

Closed Tb0 closed 6 years ago

Tb0 commented 6 years ago

Update readme so the difference between the connect event and the connection event is more clear.

moll commented 6 years ago

Thank you for small but useful improvement!