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

Module ClientRequest

Import path

import javascript

Classes

AxiosUrlRequest

A model of a URL request made using the axios library.

ChromeRemoteInterfaceRequest

A call to navigate a browser controlled by chrome-remote-interface to a specific URL.

ClosureXhrIoRequest

A model of a URL request made using the XhrIo class from the closure library.

CurlDownload

A shell execution of curl that downloads some file.

FetchUrlRequest

A model of a URL request made using an implementation of the fetch API.

FormDataRequest

A model of a URL request made using form-data.

GotUrlRequest

A model of a URL request made using the got library.

JSDomFromUrl

A model of a URL request made using jsdom.fromUrl().

NetSocketRequest

A model of a request made using (new require("net").Socket()).connect(args);.

Nugget

A call to nugget that downloads one of more files to a destination determined by an options object given as the second argument.

Range

A call that performs a request to a URL.

RequestUrlRequest

A model of a URL request made using the request library.

SuperAgentUrlRequest

A model of a URL request made using the superagent library.

XmlHttpRequest

A model of a URL request made using the XMLHttpRequest browser class.