body

inline suspend fun <T> body(): T

Parses the request body into an object of type T.

Return

The parsed object.