logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git 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