class ReeHttp::HttpPut

def call(url, **opts, &block)

def call(url, **opts, &block)
  http_exec(:put, url, **opts, &block)
end