Class RestClient::Payload::Base
In: lib/restclient/payload.rb
Parent: Object

Methods

build_stream   close   escape   flatten_params   headers   inspect   length   new   read   short_inspect   size   to_s  

Public Class methods

Public Instance methods

Flatten parameters by converting hashes of hashes to flat hashes {keys1 => {keys2 => value}} will be transformed into {keys1[key2] => value}

length()

Alias for size

to_s(bytes=nil)

Alias for read

[Validate]