Class: RestClient::Payload::Base

Inherits:
Object
  • Object
show all
Defined in:
lib/aliyun/oss/http.rb

Instance Method Summary collapse

Instance Method Details

#headersObject



277
278
279
# File 'lib/aliyun/oss/http.rb', line 277

def headers
  ({'Content-Length' => size.to_s} if size) || {}
end