Skip to main content

Interface: RoboRequest

Properties

body?

optional body: unknown;

method

method: HttpMethod;

params

params: Record<string, unknown>;

query

query: Record<string, unknown>;

req

req: IncomingMessage;