vncore / com.venuenext.vncore.http / HttpResponse

HttpResponse

data class HttpResponse<T>

HttpResponse VenueNext

Created on 1/23/19. Copyright © 2019 VenueNext Inc. All rights reserved.

Constructors

<init>

HttpResponse VenueNext

HttpResponse(responseCode: Int, result: T?, body: ByteArray?, jsonString: String?, contentType: String, error: HttpError? = null)

Properties

body

val body: ByteArray?

contentType

val contentType: String

error

val error: HttpError?

jsonString

val jsonString: String?

responseCode

val responseCode: Int

result

val result: T?