vertx / io.vertx.rxjava.ext.web.client / HttpResponse / bodyAsString

bodyAsString

open fun bodyAsString(): String

Return
the response body decoded as a String

open fun bodyAsString(encoding: String): String

Parameters

encoding -

Return
the response body decoded as a String given a specific encoding