reasonPhrase property

String? reasonPhrase
getter/setter pair

The phrase describing the status code, for example "OK". Must be non-empty. If reasonPhrase is set, then you need to set also headers and reasonPhrase. This value cannot be null.

NOTE: available on Android 21+. For Android < 21 it won't be used.

Implementation

String? reasonPhrase;