Method HttpClient():setTimeout() Foundation
Sets communication timeouts.
:setTimeout( [<nResolveTimeout>], [<nConnectTimeout>], [<nSendTimeout>], [<nReceiveTimeout>] ) --> self
:setTimeout() returns the object executing the method.
The method :setTimeout() defines various timeouts to be used when sending requests and receiving resonses. The timeout values help control the time a send operation requires to complete in case something goes wrong.
If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.