Package-level declarations

Types

Link copied to clipboard
interface Express : ServerAgent

Interface used as the root express module, which exports a function as default value. Invoking the function returns a new ExpressApp.

Link copied to clipboard
interface ExpressApp

An interface mapped to an Express app object, providing route configuration and other methods.

Link copied to clipboard
interface ExpressRequest

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

Link copied to clipboard
interface ExpressResponse

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