ServerRequest

public struct ServerRequest : Hashable

The URL request along with a UUID to identify each request sent

  • Undocumented

    Declaration

    Swift

    public let request: URLRequest
  • id

    Undocumented

    Declaration

    Swift

    public let id: String
  • Declaration

    Swift

    public static func == (lhs: TKLog.ServerRequest, rhs: TKLog.ServerRequest) -> Bool
  • Declaration

    Swift

    public func hash(into hasher: inout Hasher)