nee-ctx-web-ktor / dev.neeffect.nee.ctx.web.pure / patch

patch

inline fun <reified A : Any, R, G : TxProvider<R, G>> RouteBuilder<R, G>.patch(path: String = "", crossinline f: (ApplicationCall) -> Nee<WebContext<R, G>, Any, A>): RoutingDef<R, G>