deno.com

interface ParseOptions

Properties #

#maxKeys: number | undefined
optional

Specifies the maximum number of keys to parse. Specify 0 to remove key counting limitations.

#decodeURIComponent: ((str: string) => string) | undefined
optional

The function to use when decoding percent-encoded characters in the query string.