Skip to content

libcURL.MultiHandle.HTTPPipelining

Andrew Lambert edited this page May 7, 2016 · 9 revisions

#libcURL.MultiHandle.HTTPPipelining

##Property declaration

 Dim HTTPPipelining As Boolean

##Remarks Gets and sets whether two (or more) HTTP 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

Clone this wiki locally