Back to Alamofire

EmptyResponse

docs/Protocols/EmptyResponse.html

5.12.0376 B
Original Source

EmptyResponse

public protocol EmptyResponse : Sendable

Protocol representing an empty response. Use T.emptyValue() to get an instance.

`

                emptyValue()
                `

Empty value for the conforming type.

Declaration

Swift

static func emptyValue() -> Self

Return Value

Value of Self to use for empty values.