APIdock / Ruby
/
Browse About
method

put

ruby latest stable - Class: Net::HTTP
put(path, data, initheader = nil)
public

No documentation available.

# File lib/net/http.rb, line 1278
    def put(path, data, initheader = nil)   #:nodoc:
      request(Put.new(path, initheader), data)
    end

Related methods

  • Instance methods
  • active?
  • continue_timeout=
  • copy
  • delete
  • finish
  • get
  • get2
  • head
  • head2
  • inspect
  • lock
  • max_retries=
  • mkcol
  • move
  • options
  • patch
  • peer_cert
  • post
  • post2
  • propfind
  • proppatch
  • proxy?
  • proxy_address
  • proxy_from_env?
  • proxy_pass
  • proxy_port
  • proxy_uri
  • proxy_user
  • proxyaddr
  • proxyport
  • put
  • put2
  • read_timeout=
  • request
  • request_get
  • request_head
  • request_post
  • request_put
  • send_request
  • set_debug_output
  • start
  • started?
  • trace
  • unlock
  • use_ssl=
  • use_ssl?
  • Class methods
  • Proxy
  • default_port
  • get
  • get_print
  • get_response
  • http_default_port
  • https_default_port
  • is_version_1_1?
  • is_version_1_2?
  • new
  • new
  • newobj
  • post
  • post_form
  • proxy_class?
  • socket_type
  • start
  • version_1_1?
  • version_1_2
  • version_1_2?
  • Private methods
  • privateD
  • privateaddr_port
  • privatebegin_transport
  • privateconn_address
  • privateconn_port
  • privateconnect
  • privatedo_finish
  • privatedo_start
  • privateedit_path
  • privateend_transport
  • privatekeep_alive?
  • privateon_connect
  • privatesend_entity
  • privatesspi_auth
  • privatesspi_auth?
  • privatetransport_request
APIdock API Documentation Browser

© 2026 APIdock