mirror of
https://github.com/jnunemaker/httparty
synced 2023-03-27 23:23:07 -04:00
parent
7e6278d839
commit
18c4b796d1
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue