Sha256: eb988fbfae614d4f72d02c843b2d5a14d347409d43aac237a9802c82d259df86
Contents?: true
Size: 1.47 KB
Versions: 71
Compression:
Stored size: 1.47 KB
Contents
{ "schema_type": "object", "schema_version": "1.1", "name": "http_put", "path": "packages/ree_http/package/ree_http/functions/http_put.rb", "mount_as": "fn", "class": "ReeHttp::HttpPut", "factory": null, "methods": [ { "doc": "Sends PUT HTTP request to a specified destination.\nSee http_exec for usage examples.", "throws": [ ], "return": "Net::HTTPResponse", "args": [ { "arg": "url", "arg_type": "req", "type": "String" }, { "arg": "opts", "arg_type": "keyrest", "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", "arg_type": "block", "type": "Block" } ] } ], "links": [ { "target": "http_exec", "package_name": "ree_http", "as": "http_exec", "imports": [ "OPTS_CONTRACT" ] } ] }
Version data entries
71 entries across 71 versions & 1 rubygems