-
-
Notifications
You must be signed in to change notification settings - Fork 11
libcURL.ResponseHeaderEngine.RequestCount
Andrew Lambert edited this page Nov 26, 2022
·
3 revisions
libcURL.ResponseHeaderEngine.RequestCount
Function RequestCount() As Integer
The number of requests made during the previous transfer. The last transfer's index is at RequestCount - 1
.
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.
Wiki home | Project page | Bugs | Become a sponsor
Text and code examples are Copyright ©2014-24 Andrew Lambert, offered under the CC BY-SA 3.0 License.