class BodyType : RPCFlag
(source)
Flag to set a RPC body type.
BINARY |
|
UTF_8_STRING |
|
JSON |
extractBodyType |
Extract the body type from a flag byte static fun extractBodyType(flagByte: Byte): BodyType! |
isApplied |
fun isApplied(flagByte: Byte): Boolean |
value |
fun value(): Int |