NetworkResponse

public struct NetworkResponse

A successful response returned by the NetworkClient

  • The response data.

    Declaration

    Swift

    public let data: Data
  • The HTTP URL response.

    Declaration

    Swift

    public let urlResponse: HTTPURLResponse