libcURL.MultiHandle.HTTPPipelining - charonn0/RB-libcURL GitHub Wiki

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