Skip to content

v0.6.8 new options: idle_timeout=, connect_timeout= and proxy=

Compare
Choose a tag to compare
@samoconnor samoconnor released this 30 Mar 22:55
· 793 commits to master since this release

New HTTP.request options:

  • idle_timeout, No. of sconds to maintain connection after last transaction.
  • connect_timeout, No. of seconds to wait for TCP connection to be established.
  • proxy=, HTTP and HTTPS proxying (not yet tested in the real world). See #218