logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

TSHttpTxnIsWebsocket - test whether a request is attempting to initiate Websocket connection

Description

TSHttpTxnIsWebsocket() tests whether the transaction is a WebSocket upgrade request.

Name

       TSHttpTxnIsWebsocket - test whether a request is attempting to initiate Websocket connection

Return Values

       A non-zero value is returned if the relevant header value is found.

See Also

TSAPI(3ts)

Synopsis

          #include <ts/ts.h>

       intTSHttpTxnIsWebsocket(TSHttpTxntxnp)

See Also