ServiceResponse

public struct ServiceResponse<T>

Service response for a request.

Since

1.2.0
  • Represents a response to an HTTP URL load.

    Declaration

    Swift

    public let response: HTTPURLResponse?
  • Result for a service request.

    Declaration

    Swift

    public let result: Result<T>