Skip to content

RouteParamtypes

reference
1 min readUpdated

Kind: Enum

Source: packages/common/enums/route-paramtypes.enum.ts

Part of: Common

Values

  • REQUEST
  • RESPONSE
  • NEXT
  • BODY
  • QUERY
  • PARAM
  • HEADERS
  • SESSION
  • FILE
  • FILES
  • HOST
  • IP
  • RAW_BODY
  • ACK

Used by

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

Imported by (7)

  • IRouteParamsFactorypackages/core/router/interfaces/route-params-factory.interface.ts:3
  • RouteParamsFactorypackages/core/router/route-params-factory.ts:4
  • ParamPropertiespackages/core/router/router-execution-context.ts:50
  • ParamsTokenFactorypackages/core/pipes/params-token-factory.ts:4
  • PipesConsumerpackages/core/pipes/pipes-consumer.ts:5
  • RpcParamtypepackages/microservices/enums/rpc-paramtype.enum.ts:3
  • WsParamtypepackages/websockets/enums/ws-paramtype.enum.ts:3

Was this page helpful?

Download as PDF
RouteParamtypes — NestJS head-to-head