MCPcopy
hub / github.com/nestjs/nest / get

Method get

packages/common/interfaces/http/http-server.interface.ts:34–34  ·  view source on GitHub ↗
(handler: RequestHandler<TRequest, TResponse>)

Source from the content-addressed store, hash-verified

32 ): any;
33 useBodyParser?(...args: any[]): any;
34 get(handler: RequestHandler<TRequest, TResponse>): any;
35 get(path: string, handler: RequestHandler<TRequest, TResponse>): any;
36 post(handler: RequestHandler<TRequest, TResponse>): any;
37 post(path: string, handler: RequestHandler<TRequest, TResponse>): any;

Callers 15

fastify.tsFile · 0.65
express.tsFile · 0.65
bindMessageHandlersMethod · 0.65
insertProviderMethod · 0.65
getInstanceWrapperMethod · 0.65
getAllMethodNamesMethod · 0.65
selectMethod · 0.65
getTargetConfigMethod · 0.65

Calls

no outgoing calls

Tested by 10

valuesFunction · 0.52
valueMethod · 0.52
performHttpCallFunction · 0.52
performHttpCallFunction · 0.52
performHttpCallAsyncFunction · 0.52
performHttpCallFunction · 0.52
performHttpCallFunction · 0.52
performHttpCallFunction · 0.52
performHttpCallFunction · 0.52
performHttpCallFunction · 0.52