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

Method post

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

Source from the content-addressed store, hash-verified

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;
38 head(handler: RequestHandler<TRequest, TResponse>): any;
39 head(path: string, handler: RequestHandler<TRequest, TResponse>): any;

Callers 15

postFunction · 0.65
express.spec.tsFile · 0.65
express.spec.tsFile · 0.65
pipes.spec.tsFile · 0.65
code-first.spec.tsFile · 0.65
typeorm.spec.tsFile · 0.65

Calls

no outgoing calls

Tested by 1

performHttpCallFunction · 0.52