HTTPLoggerData class

Represents the overall data structure for the HTTP logger.

This class encapsulates both the request and response data for an HTTP transaction, tying them together with a unique request ID for easy tracking and correlation.

Constructors

HTTPLoggerData({required HTTPRequestData request, HTTPResponseData? response})

Properties

hashCode int
The hash code for this object.
no setterinherited
request HTTPRequestData
final
requestId int
final
response HTTPResponseData?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited