All Downloads are FREE. Search and download functionalities are using the official Maven repository.

dev.pellet.server.routing.PelletRouteHandling.kt Maven / Gradle / Ivy

There is a newer version: 0.0.16
Show newest version
package dev.pellet.server.routing

fun interface PelletRouteHandling {

    suspend fun handle(
        context: ContextType
    ): ResponseType
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy