Sha256: 63a81accabe71cd9114a0d387294c51b54d873bca8fe39e1c8e7bb44626d14d7

Contents?: true

Size: 1.38 KB

Versions: 28

Compression:

Stored size: 1.38 KB

Contents

{
  "schema_type": "object",
  "schema_version": "1.0",
  "name": "http_get",
  "path": "packages/ree_http/package/ree_http/functions/http_get.rb",
  "mount_as": "fn",
  "class": "ReeHttp::HttpGet",
  "factory": null,
  "methods": [
    {
      "doc": "Sends GET HTTP request to a specified destination.\nSee http_exec for usage examples.",
      "throws": [

      ],
      "return": "Net::HTTPResponse",
      "args": [
        {
          "arg": "url",
          "type": "String"
        },
        {
          "arg": "opts",
          "type": "Ksplat[:headers? => HashOf[Or[String, Symbol], Or[String, Integer]], :body? => Or[String, Hash, File], :form_data? => HashOf[Or[Symbol, String], Or[Integer, Float, Bool, String, Array, File]], :write_timeout? => Integer, :timeout? => Integer, :redirects_count? => Integer, :strict_redirect_mode? => Bool, :query_params? => HashOf[Or[String, Symbol], Any], :force_ssl? => Bool, :ca_certs? => ArrayOf[File], :basic_auth? => {:username => String, :password => String}, :bearer_token? => String, :proxy? => {:address => String, :port? => Integer, :username? => String, :password? => String}]"
        },
        {
          "arg": "block",
          "type": "Block"
        }
      ]
    }
  ],
  "links": [
    {
      "target": "http_exec",
      "package_name": "ree_http",
      "as": "http_exec",
      "imports": [
        "OPTS_CONTRACT"
      ]
    }
  ]
}

Version data entries

28 entries across 28 versions & 1 rubygems

Version Path
ree_lib-1.0.32 lib/ree_lib/packages/ree_http/schemas/ree_http/functions/http_get.schema.json
ree_lib-1.0.31 lib/ree_lib/packages/ree_http/schemas/ree_http/functions/http_get.schema.json
ree_lib-1.0.30 lib/ree_lib/packages/ree_http/schemas/ree_http/functions/http_get.schema.json
ree_lib-1.0.29 lib/ree_lib/packages/ree_http/schemas/ree_http/functions/http_get.schema.json
ree_lib-1.0.28 lib/ree_lib/packages/ree_http/schemas/ree_http/functions/http_get.schema.json
ree_lib-1.0.27 lib/ree_lib/packages/ree_http/schemas/ree_http/functions/http_get.schema.json
ree_lib-1.0.26 lib/ree_lib/packages/ree_http/schemas/ree_http/functions/http_get.schema.json
ree_lib-1.0.24 lib/ree_lib/packages/ree_http/schemas/ree_http/functions/http_get.schema.json
ree_lib-1.0.23 lib/ree_lib/packages/ree_http/schemas/ree_http/functions/http_get.schema.json
ree_lib-1.0.22 lib/ree_lib/packages/ree_http/schemas/ree_http/functions/http_get.schema.json
ree_lib-1.0.21 lib/ree_lib/packages/ree_http/schemas/ree_http/functions/http_get.schema.json
ree_lib-1.0.20 lib/ree_lib/packages/ree_http/schemas/ree_http/functions/http_get.schema.json
ree_lib-1.0.19 lib/ree_lib/packages/ree_http/schemas/ree_http/functions/http_get.schema.json
ree_lib-1.0.18 lib/ree_lib/packages/ree_http/schemas/ree_http/functions/http_get.schema.json
ree_lib-1.0.17 lib/ree_lib/packages/ree_http/schemas/ree_http/functions/http_get.schema.json
ree_lib-1.0.16 lib/ree_lib/packages/ree_http/schemas/ree_http/functions/http_get.schema.json
ree_lib-1.0.15 lib/ree_lib/packages/ree_http/schemas/ree_http/functions/http_get.schema.json
ree_lib-1.0.14 lib/ree_lib/packages/ree_http/schemas/ree_http/functions/http_get.schema.json
ree_lib-1.0.13 lib/ree_lib/packages/ree_http/schemas/ree_http/functions/http_get.schema.json
ree_lib-1.0.12 lib/ree_lib/packages/ree_http/schemas/ree_http/functions/http_get.schema.json