-post.md 557 B

net / com.drake.net / kotlinx.coroutines.CoroutineScope / Post

Post

inline fun <reified M> CoroutineScope.Post(path:String, tag:Any? = null, noinline block: (BodyRequest.() ->Unit)? = null): Deferred<M>