CompletedResponse

data class CompletedResponse<T>(val status: Int, val statusText: String, val headers: Http.Headers, val content: T)

Constructors

Link copied to clipboard
constructor(status: Int, statusText: String, headers: Http.Headers, content: T)

Properties

Link copied to clipboard
val content: T
Link copied to clipboard
Link copied to clipboard
val status: Int
Link copied to clipboard
Link copied to clipboard