response
inline fun <I1> API10<APIType.Post, I1>.response(crossinline block: suspend APIResponseScope.(I1) -> Unit)
inline fun <I1, I2> API20<APIType.Post, I1, I2>.response(crossinline block: suspend APIResponseScope.(I1, I2) -> Unit)
inline fun <I1, I2, I3> API30<APIType.Post, I1, I2, I3>.response(crossinline block: suspend APIResponseScope.(I1, I2, I3) -> Unit)
inline fun <I1, I2, I3, I4> API40<APIType.Post, I1, I2, I3, I4>.response(crossinline block: suspend APIResponseScope.(I1, I2, I3, I4) -> Unit)
inline fun <I1, I2, I3, I4, I5> API50<APIType.Post, I1, I2, I3, I4, I5>.response(crossinline block: suspend APIResponseScope.(I1, I2, I3, I4, I5) -> Unit)
inline fun <O1> API01<APIType.Post, O1>.response(crossinline block: suspend APIResultScope1<O1>.() -> APIResult1<O1>)
inline fun <I1, O1> API11<APIType.Post, I1, O1>.response(crossinline block: suspend APIResultScope1<O1>.(I1) -> APIResult1<O1>)
inline fun <I1, I2, O1> API21<APIType.Post, I1, I2, O1>.response(crossinline block: suspend APIResultScope1<O1>.(I1, I2) -> APIResult1<O1>)
inline fun <I1, I2, I3, O1> API31<APIType.Post, I1, I2, I3, O1>.response(crossinline block: suspend APIResultScope1<O1>.(I1, I2, I3) -> APIResult1<O1>)
inline fun <I1, I2, I3, I4, O1> API41<APIType.Post, I1, I2, I3, I4, O1>.response(crossinline block: suspend APIResultScope1<O1>.(I1, I2, I3, I4) -> APIResult1<O1>)
inline fun <I1, I2, I3, I4, I5, O1> API51<APIType.Post, I1, I2, I3, I4, I5, O1>.response(crossinline block: suspend APIResultScope1<O1>.(I1, I2, I3, I4, I5) -> APIResult1<O1>)
inline fun <O1, O2> API02<APIType.Post, O1, O2>.response(crossinline block: suspend APIResultScope2<O1, O2>.() -> APIResult2<O1, O2>)
inline fun <I1, O1, O2> API12<APIType.Post, I1, O1, O2>.response(crossinline block: suspend APIResultScope2<O1, O2>.(I1) -> APIResult2<O1, O2>)
inline fun <I1, I2, O1, O2> API22<APIType.Post, I1, I2, O1, O2>.response(crossinline block: suspend APIResultScope2<O1, O2>.(I1, I2) -> APIResult2<O1, O2>)
inline fun <I1, I2, I3, O1, O2> API32<APIType.Post, I1, I2, I3, O1, O2>.response(crossinline block: suspend APIResultScope2<O1, O2>.(I1, I2, I3) -> APIResult2<O1, O2>)
inline fun <I1, I2, I3, I4, O1, O2> API42<APIType.Post, I1, I2, I3, I4, O1, O2>.response(crossinline block: suspend APIResultScope2<O1, O2>.(I1, I2, I3, I4) -> APIResult2<O1, O2>)
inline fun <I1, I2, I3, I4, I5, O1, O2> API52<APIType.Post, I1, I2, I3, I4, I5, O1, O2>.response(crossinline block: suspend APIResultScope2<O1, O2>.(I1, I2, I3, I4, I5) -> APIResult2<O1, O2>)
inline fun <O1, O2, O3> API03<APIType.Post, O1, O2, O3>.response(crossinline block: suspend APIResultScope3<O1, O2, O3>.() -> APIResult3<O1, O2, O3>)
inline fun <I1, O1, O2, O3> API13<APIType.Post, I1, O1, O2, O3>.response(crossinline block: suspend APIResultScope3<O1, O2, O3>.(I1) -> APIResult3<O1, O2, O3>)
inline fun <I1, I2, O1, O2, O3> API23<APIType.Post, I1, I2, O1, O2, O3>.response(crossinline block: suspend APIResultScope3<O1, O2, O3>.(I1, I2) -> APIResult3<O1, O2, O3>)
inline fun <I1, I2, I3, O1, O2, O3> API33<APIType.Post, I1, I2, I3, O1, O2, O3>.response(crossinline block: suspend APIResultScope3<O1, O2, O3>.(I1, I2, I3) -> APIResult3<O1, O2, O3>)
inline fun <I1, I2, I3, I4, O1, O2, O3> API43<APIType.Post, I1, I2, I3, I4, O1, O2, O3>.response(crossinline block: suspend APIResultScope3<O1, O2, O3>.(I1, I2, I3, I4) -> APIResult3<O1, O2, O3>)
inline fun <I1, I2, I3, I4, I5, O1, O2, O3> API53<APIType.Post, I1, I2, I3, I4, I5, O1, O2, O3>.response(crossinline block: suspend APIResultScope3<O1, O2, O3>.(I1, I2, I3, I4, I5) -> APIResult3<O1, O2, O3>)
inline fun <O1, O2, O3, O4> API04<APIType.Post, O1, O2, O3, O4>.response(crossinline block: suspend APIResultScope4<O1, O2, O3, O4>.() -> APIResult4<O1, O2, O3, O4>)
inline fun <I1, O1, O2, O3, O4> API14<APIType.Post, I1, O1, O2, O3, O4>.response(crossinline block: suspend APIResultScope4<O1, O2, O3, O4>.(I1) -> APIResult4<O1, O2, O3, O4>)
inline fun <I1, I2, O1, O2, O3, O4> API24<APIType.Post, I1, I2, O1, O2, O3, O4>.response(crossinline block: suspend APIResultScope4<O1, O2, O3, O4>.(I1, I2) -> APIResult4<O1, O2, O3, O4>)
inline fun <I1, I2, I3, O1, O2, O3, O4> API34<APIType.Post, I1, I2, I3, O1, O2, O3, O4>.response(crossinline block: suspend APIResultScope4<O1, O2, O3, O4>.(I1, I2, I3) -> APIResult4<O1, O2, O3, O4>)
inline fun <I1, I2, I3, I4, O1, O2, O3, O4> API44<APIType.Post, I1, I2, I3, I4, O1, O2, O3, O4>.response(crossinline block: suspend APIResultScope4<O1, O2, O3, O4>.(I1, I2, I3, I4) -> APIResult4<O1, O2, O3, O4>)
inline fun <I1, I2, I3, I4, I5, O1, O2, O3, O4> API54<APIType.Post, I1, I2, I3, I4, I5, O1, O2, O3, O4>.response(crossinline block: suspend APIResultScope4<O1, O2, O3, O4>.(I1, I2, I3, I4, I5) -> APIResult4<O1, O2, O3, O4>)
inline fun <O1, O2, O3, O4, O5> API05<APIType.Post, O1, O2, O3, O4, O5>.response(crossinline block: suspend APIResultScope5<O1, O2, O3, O4, O5>.() -> APIResult5<O1, O2, O3, O4, O5>)
inline fun <I1, O1, O2, O3, O4, O5> API15<APIType.Post, I1, O1, O2, O3, O4, O5>.response(crossinline block: suspend APIResultScope5<O1, O2, O3, O4, O5>.(I1) -> APIResult5<O1, O2, O3, O4, O5>)
inline fun <I1, I2, O1, O2, O3, O4, O5> API25<APIType.Post, I1, I2, O1, O2, O3, O4, O5>.response(crossinline block: suspend APIResultScope5<O1, O2, O3, O4, O5>.(I1, I2) -> APIResult5<O1, O2, O3, O4, O5>)
inline fun <I1, I2, I3, O1, O2, O3, O4, O5> API35<APIType.Post, I1, I2, I3, O1, O2, O3, O4, O5>.response(crossinline block: suspend APIResultScope5<O1, O2, O3, O4, O5>.(I1, I2, I3) -> APIResult5<O1, O2, O3, O4, O5>)
inline fun <I1, I2, I3, I4, O1, O2, O3, O4, O5> API45<APIType.Post, I1, I2, I3, I4, O1, O2, O3, O4, O5>.response(crossinline block: suspend APIResultScope5<O1, O2, O3, O4, O5>.(I1, I2, I3, I4) -> APIResult5<O1, O2, O3, O4, O5>)
inline fun <I1, I2, I3, I4, I5, O1, O2, O3, O4, O5> API55<APIType.Post, I1, I2, I3, I4, I5, O1, O2, O3, O4, O5>.response(crossinline block: suspend APIResultScope5<O1, O2, O3, O4, O5>.(I1, I2, I3, I4, I5) -> APIResult5<O1, O2, O3, O4, O5>)
inline fun <I1> API10<APIType.Form, I1>.response(crossinline block: suspend APIResponseScope.(I1) -> Unit)
inline fun <I1, I2> API20<APIType.Form, I1, I2>.response(crossinline block: suspend APIResponseScope.(I1, I2) -> Unit)
inline fun <I1, I2, I3> API30<APIType.Form, I1, I2, I3>.response(crossinline block: suspend APIResponseScope.(I1, I2, I3) -> Unit)
inline fun <I1, I2, I3, I4> API40<APIType.Form, I1, I2, I3, I4>.response(crossinline block: suspend APIResponseScope.(I1, I2, I3, I4) -> Unit)
inline fun <I1, I2, I3, I4, I5> API50<APIType.Form, I1, I2, I3, I4, I5>.response(crossinline block: suspend APIResponseScope.(I1, I2, I3, I4, I5) -> Unit)
inline fun <I1, O1> API11<APIType.Form, I1, O1>.response(crossinline block: suspend APIResultScope1<O1>.(I1) -> APIResult1<O1>)
inline fun <I1, I2, O1> API21<APIType.Form, I1, I2, O1>.response(crossinline block: suspend APIResultScope1<O1>.(I1, I2) -> APIResult1<O1>)
inline fun <I1, I2, I3, O1> API31<APIType.Form, I1, I2, I3, O1>.response(crossinline block: suspend APIResultScope1<O1>.(I1, I2, I3) -> APIResult1<O1>)
inline fun <I1, I2, I3, I4, O1> API41<APIType.Form, I1, I2, I3, I4, O1>.response(crossinline block: suspend APIResultScope1<O1>.(I1, I2, I3, I4) -> APIResult1<O1>)
inline fun <I1, I2, I3, I4, I5, O1> API51<APIType.Form, I1, I2, I3, I4, I5, O1>.response(crossinline block: suspend APIResultScope1<O1>.(I1, I2, I3, I4, I5) -> APIResult1<O1>)
inline fun <I1, O1, O2> API12<APIType.Form, I1, O1, O2>.response(crossinline block: suspend APIResultScope2<O1, O2>.(I1) -> APIResult2<O1, O2>)
inline fun <I1, I2, O1, O2> API22<APIType.Form, I1, I2, O1, O2>.response(crossinline block: suspend APIResultScope2<O1, O2>.(I1, I2) -> APIResult2<O1, O2>)
inline fun <I1, I2, I3, O1, O2> API32<APIType.Form, I1, I2, I3, O1, O2>.response(crossinline block: suspend APIResultScope2<O1, O2>.(I1, I2, I3) -> APIResult2<O1, O2>)
inline fun <I1, I2, I3, I4, O1, O2> API42<APIType.Form, I1, I2, I3, I4, O1, O2>.response(crossinline block: suspend APIResultScope2<O1, O2>.(I1, I2, I3, I4) -> APIResult2<O1, O2>)
inline fun <I1, I2, I3, I4, I5, O1, O2> API52<APIType.Form, I1, I2, I3, I4, I5, O1, O2>.response(crossinline block: suspend APIResultScope2<O1, O2>.(I1, I2, I3, I4, I5) -> APIResult2<O1, O2>)
inline fun <I1, O1, O2, O3> API13<APIType.Form, I1, O1, O2, O3>.response(crossinline block: suspend APIResultScope3<O1, O2, O3>.(I1) -> APIResult3<O1, O2, O3>)
inline fun <I1, I2, O1, O2, O3> API23<APIType.Form, I1, I2, O1, O2, O3>.response(crossinline block: suspend APIResultScope3<O1, O2, O3>.(I1, I2) -> APIResult3<O1, O2, O3>)
inline fun <I1, I2, I3, O1, O2, O3> API33<APIType.Form, I1, I2, I3, O1, O2, O3>.response(crossinline block: suspend APIResultScope3<O1, O2, O3>.(I1, I2, I3) -> APIResult3<O1, O2, O3>)
inline fun <I1, I2, I3, I4, O1, O2, O3> API43<APIType.Form, I1, I2, I3, I4, O1, O2, O3>.response(crossinline block: suspend APIResultScope3<O1, O2, O3>.(I1, I2, I3, I4) -> APIResult3<O1, O2, O3>)
inline fun <I1, I2, I3, I4, I5, O1, O2, O3> API53<APIType.Form, I1, I2, I3, I4, I5, O1, O2, O3>.response(crossinline block: suspend APIResultScope3<O1, O2, O3>.(I1, I2, I3, I4, I5) -> APIResult3<O1, O2, O3>)
inline fun <I1, O1, O2, O3, O4> API14<APIType.Form, I1, O1, O2, O3, O4>.response(crossinline block: suspend APIResultScope4<O1, O2, O3, O4>.(I1) -> APIResult4<O1, O2, O3, O4>)
inline fun <I1, I2, O1, O2, O3, O4> API24<APIType.Form, I1, I2, O1, O2, O3, O4>.response(crossinline block: suspend APIResultScope4<O1, O2, O3, O4>.(I1, I2) -> APIResult4<O1, O2, O3, O4>)
inline fun <I1, I2, I3, O1, O2, O3, O4> API34<APIType.Form, I1, I2, I3, O1, O2, O3, O4>.response(crossinline block: suspend APIResultScope4<O1, O2, O3, O4>.(I1, I2, I3) -> APIResult4<O1, O2, O3, O4>)
inline fun <I1, I2, I3, I4, O1, O2, O3, O4> API44<APIType.Form, I1, I2, I3, I4, O1, O2, O3, O4>.response(crossinline block: suspend APIResultScope4<O1, O2, O3, O4>.(I1, I2, I3, I4) -> APIResult4<O1, O2, O3, O4>)
inline fun <I1, I2, I3, I4, I5, O1, O2, O3, O4> API54<APIType.Form, I1, I2, I3, I4, I5, O1, O2, O3, O4>.response(crossinline block: suspend APIResultScope4<O1, O2, O3, O4>.(I1, I2, I3, I4, I5) -> APIResult4<O1, O2, O3, O4>)
inline fun <I1, O1, O2, O3, O4, O5> API15<APIType.Form, I1, O1, O2, O3, O4, O5>.response(crossinline block: suspend APIResultScope5<O1, O2, O3, O4, O5>.(I1) -> APIResult5<O1, O2, O3, O4, O5>)
inline fun <I1, I2, O1, O2, O3, O4, O5> API25<APIType.Form, I1, I2, O1, O2, O3, O4, O5>.response(crossinline block: suspend APIResultScope5<O1, O2, O3, O4, O5>.(I1, I2) -> APIResult5<O1, O2, O3, O4, O5>)
inline fun <I1, I2, I3, O1, O2, O3, O4, O5> API35<APIType.Form, I1, I2, I3, O1, O2, O3, O4, O5>.response(crossinline block: suspend APIResultScope5<O1, O2, O3, O4, O5>.(I1, I2, I3) -> APIResult5<O1, O2, O3, O4, O5>)