The querystring module provides utilities for parsing and formatting URL query strings. It can be accessed using:
querystring
const querystring = require('querystring');
The querystring API is considered Legacy. While it is still maintained, new code should use the URLSearchParams API instead.
URLSearchParams
Legacy
source
Generated using TypeDoc
The
querystring
module provides utilities for parsing and formatting URL query strings. It can be accessed using:The
querystring
API is considered Legacy. While it is still maintained, new code should use theURLSearchParams
API instead.Deprecated
Legacy
See
source