port79.response
Response class representing Finger query results and protocol metadata.
Response
Represents a response received from a Finger server.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
|
FingerURI
|
The FingerURI associated with this response. |
required |
|
bytes
|
The raw bytes returned by the Finger server. |
required |
|
str
|
Text encoding for decoding response bytes (defaults to 'utf-8'). |
'utf-8'
|
|
float
|
Request latency in seconds. |
0.0
|
is_forwarding_query
property
is_forwarding_query: bool
Whether the query involved remote host forwarding.
is_system_query
property
is_system_query: bool
Whether the query was a system-wide query for logged-in users.
query_kind
property
query_kind: QueryKind
The QueryKind enumeration value representing the request query type.