MCPcopy
hub / github.com/coder/code-server / Request

Interface Request

src/node/http.ts:38–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36 // eslint-disable-next-line @typescript-eslint/no-namespace
37 namespace Express {
38 export interface Request {
39 args: DefaultedArgs
40 heart: Heart
41 settings: SettingsProvider<CoderSettings>
42 updater: UpdateProvider
43 cookieSessionName: string
44 }
45 }
46}
47

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected