`inline suspend fun ApplicationCall.receiveParamet...
# ktor
o
inline suspend fun ApplicationCall.receiveParameters(): ValuesMap = receive()
may be we need to change this to
receiveOrNull() ?: ValuesMap.empty