HttpResponse

constructor(statusCode: String, description: String? = null, headers: List<HttpHeader> = emptyList(), content: List<HttpContent> = emptyList(), contentDeclared: Boolean = content.isNotEmpty(), componentRef: String? = null)