-
-
Notifications
You must be signed in to change notification settings - Fork 11
libcURL.MultiHandle.HTTPPipelining
Andrew Lambert edited this page Jul 26, 2016
·
9 revisions
#libcURL.MultiHandle.HTTPPipelining
##Property declaration
Dim HTTPPipelining As Boolean##Remarks
Gets and sets whether two (or more) HTTP/1.1 requests which are added to the same MultiHandle can be pipelined over the same connection. If the server does not support pipelining then the requests are performed normally.
##See also
Wiki home | Project page | Bugs | Become a sponsor
Text and code examples are Copyright ©2014-26 Andrew Lambert, offered under the CC BY-SA 3.0 License.