ktor-server-core / io.ktor.request / receiveParameters

receiveParameters

inline suspend fun ApplicationCall.receiveParameters(): Parameters

Receives form parameters for this call.

Exceptions

ContentTransformationException - when content cannot be transformed to the Parameters.

Return
instance of Parameters.