ExpressRequest

interface ExpressRequest

Represents a very basic binding for a request object passed to an Express handler function.

Note that this interface does not cover many fields and methods expected by regular Express applications, as it is intended only for demonstration purposes.

Properties

Link copied to clipboard
abstract val params: Value

A JavaScript object containing the parameters of this request, including path variables.