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

Module Koa

Import path

import javascript

Classes

AppDefinition

An expression that creates a new Koa application.

ContextNode

An expression that may hold a Koa context object.

KoaRouteHandler

A route handler registered using the koa-route library.

RequestNode

An expression that may hold a Koa request object.

ResponseNode

An expression that may hold a Koa response object.

RouteHandler

A Koa route handler.

RouteSetup

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