Skip to main content

Module sessions

Module sessions 

Source
Expand description

Session entries and related data types (requests, responses, headers, timings).

Structs§

Headers
Ordered list of HTTP headers.
Http2StreamRef
Reference to an HTTP/2 stream within a connection.
Ja3
JA3 TLS fingerprint (raw string + MD5 hash).
Ja4
JA4 TLS fingerprint (raw + hashed form).
NetAddress
An IP address with an optional port.
Request
The request half of a session entry.
Response
The response half of a session entry.
SessionEntry
A single HTTP transaction captured by the proxy.
SessionInfo
Lightweight session descriptor returned by ExtensionHandle::list_sessions.
Timings
Timing breakdown for a session entry.
TlsSettings
TLS connection metadata associated with a session entry.

Enums§

TransactionType
Whether the entry represents a regular request or an HTTP/2 server push.