1
0
Fork 0
mirror of https://github.com/jnunemaker/httparty synced 2023-03-27 23:23:07 -04:00

Correct typo for body_steam to body_stream

fixes #488
This commit is contained in:
John Nunemaker 2016-08-02 08:40:37 -04:00
parent 7e6278d839
commit 18c4b796d1
No known key found for this signature in database
GPG key ID: D80B5604D6DC62E0

View file

@ -38,7 +38,7 @@ 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.
# [:+body_stream:] 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: