Part


interface Part

Known direct subclasses
TextPart

Represents text or string based data sent to and received from requests.


Interface representing data sent to and received from requests.

TextPart representing text or string based data.

Summary

Extension functions

String?

Extension functions

asTextOrNull

fun Part.asTextOrNull(): String?
Returns
String?

The part as a String if it represents text, and null otherwise