android-components / mozilla.components.concept.engine.request / RequestInterceptor / InterceptionResponse

InterceptionResponse

data class InterceptionResponse (source)

An alternative response for an intercepted request.

Constructors

<init>

InterceptionResponse(data: String, mimeType: String = "text/html", encoding: String = "UTF-8")

An alternative response for an intercepted request.

Properties

data

val data: String

encoding

val encoding: String

mimeType

val mimeType: String