MCPcopy Create free account
hub / github.com/vercel/vercel / clearResponseTransforms

Method clearResponseTransforms

packages/cli/src/util/dev/server.ts:1495–1497  ·  view source on GitHub ↗
(req: http.IncomingMessage)

Source from the content-addressed store, hash-verified

1493 }
1494
1495 clearResponseTransforms(req: http.IncomingMessage): void {
1496 this.responseTransformsByReq.delete(req);
1497 }
1498
1499 /**
1500 * Returns the request `headers` that will be sent to the Lambda.

Callers 1

proxyPassFunction · 0.80

Calls 1

deleteMethod · 0.45

Tested by

no test coverage detected