You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have a requirement to capture all request and response bodies. Capturing bodies is more complicated bc it requires wrapping read/write streams - so additional configuration. This feature should be disabled by default with no cost for people who don't want to capture any bodies.
The use case is for business transaction monitoring http://trasier.com/ and security.
I will submit a spec issue to define data semantics for request and response bodies.
We have a requirement to capture all request and response bodies. Capturing bodies is more complicated bc it requires wrapping read/write streams - so additional configuration. This feature should be disabled by default with no cost for people who don't want to capture any bodies.
The use case is for business transaction monitoring http://trasier.com/ and security.
I will submit a spec issue to define data semantics for request and response bodies.
EDIT: another issue with wrapping #1096
The text was updated successfully, but these errors were encountered: