MCPcopy
hub / github.com/browserless/browserless / BeforeRequest

Interface BeforeRequest

src/types.ts:33–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31 | string;
32
33export interface BeforeRequest {
34 head?: Buffer;
35 req: http.IncomingMessage;
36 res?: http.ServerResponse;
37 socket?: stream.Duplex;
38}
39
40export interface AfterResponse {
41 req: Request;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected