Skip to content

You're viewing documentation for a pre-release version. View the latest stable version

Instance Property

query

This container is used to read and write the request’s query string. Changes (e.g. via req.query.encode) are written back to the request
var query: any URLQueryContainer { get set }