Module ClientRequests
Provides classes for modeling the client-side of a URL request.
Subclass ClientRequest
to refine the behavior of the analysis on existing client requests.
Subclass ClientRequest::Range
to introduce new kinds of client requests.
Import path
import semmle.javascript.frameworks.ClientRequests
Imports
javascript | Provides classes for working with JavaScript programs, as well as JSON, YAML and HTML. |
Classes
ClientRequest | A call that performs a request to a URL. |