RequestAdapterState

public struct RequestAdapterState

Stores all state associated with a URLRequest being adapted.

  • The UUID of the Request associated with the URLRequest to adapt.

    Declaration

    Swift

    public let requestID: UUID
  • The Session associated with the URLRequest to adapt.

    Declaration

    Swift

    public let session: Session