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

libcURL.MultiHandle.HTTPMultiplexing

Property declaration

 Dim HTTPMultiplexing As Boolean

Remarks

Get and sets whether two (or more) HTTP/2 requests which are added to the same MultiHandle can be multiplexed over the same connection. libcURL must have been built with HTTP/2 support to use this option.

See also