MCPcopy
hub / github.com/browserless/browserless / Request

Interface Request

src/http.ts:164–168  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

162}
163
164export interface Request extends http.IncomingMessage {
165 body: unknown;
166 parsed: URL;
167 queryParams: Record<string, unknown>;
168}
169
170export type Response = http.ServerResponse;
171

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected