Skip to content

libcURL.MultiHandle.HTTPPipelining

Andrew Lambert edited this page Mar 16, 2017 · 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

Clone this wiki locally