Record Class IdHTTPRequestInformation

java.lang.Object
java.lang.Record
com.io7m.idstore.server.http.IdHTTPRequestInformation
Record Components:
requestId - The unique request ID
userAgent - The user agent
remoteAddress - The remote address

public record IdHTTPRequestInformation(UUID requestId, String userAgent, String remoteAddress) extends Record
Information about a request.