Namespace "querystring"

The querystring module provides utilities for parsing and formatting URL query strings. It can be accessed using:

const querystring = require('querystring');

The querystring API is considered Legacy. While it is still maintained, new code should use the URLSearchParams API instead.

Deprecated

Legacy

See

source

Index

Interfaces

Functions

Generated using TypeDoc