ScrapeRequestResponse

data class ScrapeRequestResponse(val statusCode: HttpStatusCode, val updateMsg: String, val contentType: ContentType = Text.Plain.withCharset(Charsets.UTF_8), val contentText: String = "", val failureReason: String = "", val url: String = "", val fetchDuration: Duration)(source)

Constructors

Link copied to clipboard
constructor(statusCode: HttpStatusCode, updateMsg: String, contentType: ContentType = Text.Plain.withCharset(Charsets.UTF_8), contentText: String = "", failureReason: String = "", url: String = "", fetchDuration: Duration)

Properties

Link copied to clipboard
Link copied to clipboard
val contentType: ContentType
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val statusCode: HttpStatusCode
Link copied to clipboard
Link copied to clipboard
val url: String