CodeQL library for JavaScript/TypeScript
codeql/javascript-all 0.8.14 (changelog, source)
Search

Module Restify

Provides classes for working with Restify servers.

Import path

import javascript

Classes

FormatterHandler

A Restify route handler.

FormatterSetup

A call to a Restify’s createServer method that sets up a formatter.

RequestForgerySink

The URL of a Restify client, viewed as a sink for request forgery.

RequestNode

A Node.js HTTP request provided by Restify.

ResponseNode

A Node.js HTTP response provided by Restify.

RouteHandler

A Restify route handler.

RouteHandlerCandidate

A function that looks like a Restify route handler.

RouteSetup

A call to a Restify method that sets up a route.

ServerDefinition

An expression that creates a new Restify server.

StandardRouteHandler

A standard Restify route handler.