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

Method delete

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

Source from the content-addressed store, hash-verified

38 head(handler: RequestHandler<TRequest, TResponse>): any;
39 head(path: string, handler: RequestHandler<TRequest, TResponse>): any;
40 delete(handler: RequestHandler<TRequest, TResponse>): any;
41 delete(path: string, handler: RequestHandler<TRequest, TResponse>): any;
42 put(handler: RequestHandler<TRequest, TResponse>): any;
43 put(path: string, handler: RequestHandler<TRequest, TResponse>): any;

Callers 15

removeChildMethod · 0.65
deleteFunction · 0.65
delMethod · 0.65
trackOpenConnectionsMethod · 0.65
closeOpenConnectionsMethod · 0.65
cleanupMethod · 0.65
publishMethod · 0.65
publishMethod · 0.65
publishMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected