matchTargetNeedsKey function
Implementation
bool matchTargetNeedsKey(InfospectBreakpointMatchTarget target) {
return target != InfospectBreakpointMatchTarget.requestBodyText &&
target != InfospectBreakpointMatchTarget.responseBodyText &&
target != InfospectBreakpointMatchTarget.responseStatus;
}