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

Module RestClient

Provides modeling for the RestClient library.

Import path

import codeql.ruby.frameworks.http_clients.RestClient

Classes

RestClientHttpRequest

A call that makes an HTTP request using RestClient. ruby RestClient.get("http://example.com").body RestClient::Resource.new("http://example.com").get.body RestClient::Request.execute(url: "http://example.com").body