HttpResponse

interface HttpResponse<T>

Properties

Link copied to clipboard
abstract val body: T?
Link copied to clipboard
abstract val headers: Map<String, List<String>>
Link copied to clipboard
abstract val status: Int