libcURL.ResponseHeaderEngine.RequestCount - charonn0/RB-libcURL GitHub Wiki
libcURL.ResponseHeaderEngine.RequestCount
Method Signature
Function RequestCount() As Integer
Return value
The number of requests made during the previous transfer. The last transfer's index is at RequestCount - 1.
Remarks
A single transfer might consist of a series of HTTP requests, for example redirects or multi-stage authentication. This method returns the number of requests that were made during the previous transfer. See also: the RequestIndex parameter to the other methods of this class.