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

Module HttpClient

Provides modeling for the HTTPClient library.

Import path

import codeql.ruby.frameworks.http_clients.HttpClient

Classes

HttpClientRequest

A call that makes an HTTP request using HTTPClient. ruby HTTPClient.get("http://example.com").body HTTPClient.get_content("http://example.com")