HttpResponse

Record which is used to report HTTP response to the caller.

Constructors

Link copied to clipboard
open fun HttpResponse(requestId: Long, @NonNull request: HttpRequest, @NonNull result: Expected<HttpRequestError, HttpResponseData>)

Functions

Link copied to clipboard
open fun equals(object: Any): Boolean
Link copied to clipboard
open fun hashCode(): Int
Link copied to clipboard
open fun toString(): String

Properties

Link copied to clipboard
@NonNull
@get:NonNull
val request: HttpRequest
Link copied to clipboard
Link copied to clipboard