qtil
advanced-security/qtil-javascript 0.0.3
Search

Module Restify

Provides classes for working with Restify servers.

Import path

import semmle.javascript.frameworks.Restify

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.