• Normalizes data from the request object, accounting for framework differences.

    Parameters

    • req: {
          [key: string]: any;
      }

      The request object from which to extract data

      • [key: string]: any
    • Optional keys: string[]

      An optional array of keys to include in the normalized data.

    Returns ExtractedNodeRequestData

    An object containing normalized request data

    Deprecated

    Handlers.extractRequestData is deprecated and will be removed in v8. Use extractRequestData instead.

Generated using TypeDoc