Response Definition
constructor(contentType: ContentType = ContentType.Application.Json, body: T? = null, httpStatus: HttpStatusCode = HttpStatusCode.OK, headers: ResponseHeaders.() -> Unit? = null, delay: Duration, formatter: HttpFormatter)(source)
Type Parameters
T
The type of the response body.