Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • IParseOptions

Index

Properties

allowDots?: boolean
allowPrototypes?: boolean
arrayLimit?: number
charset?: "utf-8" | "iso-8859-1"
charsetSentinel?: boolean
comma?: boolean
decoder?: (str: string, defaultDecoder: defaultDecoder, charset: string, type: "key" | "value") => any

Type declaration

    • (str: string, defaultDecoder: defaultDecoder, charset: string, type: "key" | "value"): any
    • Parameters

      • str: string
      • defaultDecoder: defaultDecoder
      • charset: string
      • type: "key" | "value"

      Returns any

delimiter?: string | RegExp
depth?: number | false
ignoreQueryPrefix?: boolean
interpretNumericEntities?: boolean
parameterLimit?: number
parseArrays?: boolean
plainObjects?: boolean
strictNullHandling?: boolean