Skip to content

RequestMethod

reference
1 min readUpdated

Kind: Enum

Source: packages/common/enums/request-method.enum.ts

Part of: Common

Values

  • GET
  • POST
  • PUT
  • DELETE
  • PATCH
  • ALL
  • OPTIONS
  • HEAD
  • SEARCH
  • PROPFIND
  • PROPPATCH
  • MKCOL
  • COPY
  • MOVE
  • LOCK
  • UNLOCK

Used by

17 references from 17 files. Each is a place in this repository where the symbol is actually used — go read one rather than trusting an example.

Imported by (17)

  • ExcludeRouteMetadatapackages/core/router/interfaces/exclude-route-metadata.interface.ts:3
  • RouteDefinitionpackages/core/router/paths-explorer.ts:17
  • RoutePathFactorypackages/core/router/route-path-factory.ts:18
  • ParamPropertiespackages/core/router/router-execution-context.ts:50
  • RouteDefinitionpackages/core/router/router-explorer.ts:49
  • CustomHeaderpackages/core/router/router-response-controller.ts:18
  • isRequestMethodAllpackages/core/router/utils/exclude-route.util.ts:5
  • AppModuleintegration/nest-application/global-prefix/src/app.module.ts:7

…and 9 more.

Was this page helpful?

Download as PDF
RequestMethod — NestJS head-to-head