diff --git a/lib/httparty.rb b/lib/httparty.rb index 8e0c8e6..2ea6b3c 100644 --- a/lib/httparty.rb +++ b/lib/httparty.rb @@ -39,6 +39,8 @@ module HTTParty # [:+timeout+:] Timeout for opening connection and reading data. # [:+local_host:] Local address to bind to before connecting. # [:+local_port:] Local port to bind to before connecting. + # [:+body_steam:] Allow streaming to a REST server to specify a body_stream. + # [:+stream_body:] Allow for streaming large files without loading them into memory. # # There are also another set of options with names corresponding to various class methods. The methods in question are those that let you set a class-wide default, and the options override the defaults on a request-by-request basis. Those options are: # * :+base_uri+: see HTTParty::ClassMethods.base_uri.