Back to Alamofire

RequestAdapterState

docs/Structs/RequestAdapterState.html

5.12.0508 B
Original Source

RequestAdapterState

public struct RequestAdapterState : Sendable

Stores all state associated with a URLRequest being adapted.

`

                requestID
                `

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

Declaration

Swift

public let requestID: UUID

`

                session
                `

The Session associated with the URLRequest to adapt.

Declaration

Swift

public let session: Session