Enumeration CurlPipe

Object with bit constants to be used with the multi handle option PIPELINING Those are available starting with libcurl 7.43.0.

CURLPIPE_NOTHING becomes CurlPipe.Nothing

Enumeration Members

Enumeration Members

Http1: 1

Deprecated and has no effect since version 7.62.0

Multiplex: 2

If this bit is set, libcurl will try to multiplex the new transfer over an existing connection if possible. This requires HTTP/2.

This is enabled by default starting with version 7.62.0

Nothing: 0