HTTP2::requests

Description

This command can be used to determine the count of requests received in the current HTTP/2 session. Returns the count of requests received in the current HTTP/2 session. This includes the current request. Returns 0 if HTTP/2 is not active.

Syntax

HTTP2::requests

Examples

when HTTP_REQUEST {
  log local0. "Number of requests received in current session is [HTTP2::requests]"
}