vertx / io.vertx.core.http / HttpClientResponse / getTrailer

getTrailer

abstract fun getTrailer(trailerName: String): String

Return the first trailer value with the specified name

Parameters

trailerName - the trailer name

Return
the trailer value