Part


public 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

default final String

Extension functions

PartKt.asTextOrNull

default final String PartKt.asTextOrNull(@NonNull Part receiver)
Returns
String

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