Documentation ¶
Overview ¶
Package http2 provides a HTTP/2 implementation for the network package for supporting HTTP/2 and gRPC monitoring with USM.
Index ¶
Constants ¶
View Source
const ( HTTP2TerminatedBatchSize = 0x55 Http2MaxHeadersCountPerFiltering = 0x21 )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EbpfTx ¶
type EbpfTx struct { Tuple ConnTuple Stream HTTP2Stream }
type HTTP2DynamicTableEntry ¶
type HTTP2DynamicTableIndex ¶
type HTTP2RemainderEntry ¶
type HTTP2Stream ¶
type HTTP2StreamKey ¶
type HTTP2Telemetry ¶
type StaticTableEnumValue ¶
type StaticTableEnumValue = uint8
const ( GetValue StaticTableEnumValue = 0x2 PostValue StaticTableEnumValue = 0x3 EmptyPathValue StaticTableEnumValue = 0x4 IndexPathValue StaticTableEnumValue = 0x5 K200Value StaticTableEnumValue = 0x8 K204Value StaticTableEnumValue = 0x9 K206Value StaticTableEnumValue = 0xa K304Value StaticTableEnumValue = 0xb K400Value StaticTableEnumValue = 0xc K404Value StaticTableEnumValue = 0xd K500Value StaticTableEnumValue = 0xe )
Click to show internal directories.
Click to hide internal directories.