Expand description
Session entries and related data types (requests, responses, headers, timings).
Structs§
- Headers
- Ordered list of HTTP headers.
- Http2
Stream Ref - 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.
- Session
Entry - A single HTTP transaction captured by the proxy.
- Session
Info - 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§
- Transaction
Type - Whether the entry represents a regular request or an HTTP/2 server push.