data class InterceptionResponse
(source)
An alternative response for an intercepted request.
InterceptionResponse(data: String, mimeType: String = "text/html", encoding: String = "UTF-8")
An alternative response for an intercepted request. |
val data: String |
|
val encoding: String |
|
val mimeType: String |