RequestOpts Type — typescript-sdk Architecture
Architecture documentation for the RequestOpts type/interface in runtime.ts from the typescript-sdk codebase.
Entity Profile
Source Code
src/runtime.ts lines 305–311
export interface RequestOpts {
path: string;
method: HTTPMethod;
headers: HTTPHeaders;
query?: HTTPQuery;
body?: HTTPBody;
}
Source
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free