class HttpURLResponse : Response
<init> |
HttpURLResponse(request: HttpURLRequest) |
headers |
val headers: <ERROR CLASS> |
reason |
val reason: String |
request |
val request: HttpURLRequest |
statusCode |
val statusCode: Int |
status |
open val status: Status |
bytes |
fun bytes(): ByteArray |
close |
fun close(): Unit |
consume |
fun consume(): Response |
content |
fun content(): InputStream |
text |
fun text(): String |
header |
open fun header(name: String): String? |
list |
open fun list(): JsonArray |
ok |
open fun ok(): Boolean |
one |
open fun one(): JsonObject |
digestParams |
val Response.digestParams: Map<String, String>? |
getProperty |
fun <T> Any.getProperty(prop: KMutableProperty1<*, T>): ObjectProperty<T> |
observable |
fun <T : Any> Any.observable(propName: String): ObjectProperty<T> |