ResponseData
class ResponseData(val code: Int, val headers: Map<String, String>, val body: ByteArray? = null, val validFor: Duration)
Information of the HTTP Response necessary for HttpHandler.
Information of the HTTP Response necessary for HttpHandler.