CodeQL library for Ruby
codeql/ruby-all 0.8.15-dev (changelog, source)
Search

Module App

Provides modeling for Rack applications.

Import path

import codeql.ruby.frameworks.rack.internal.App

Classes

AppCandidate

DEPRECATED: Use RequestHandler instead. A class that may be a rack application. This is a class that has a call method that takes a single argument (traditionally called env) and returns a rack-compatible response.

RequestHandler

A callable node that looks like it implements the rack specification.