dev.pellet.server.routing.http.PelletHTTPRouteHandling.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of pellet-server Show documentation
Show all versions of pellet-server Show documentation
An opinionated Kotlin web framework, with best-practices built-in
package dev.pellet.server.routing.http
import dev.pellet.server.responder.http.PelletHTTPRouteContext
import dev.pellet.server.routing.PelletRouteHandling
fun interface PelletHTTPRouteHandling : PelletRouteHandling
© 2015 - 2025 Weber Informatics LLC | Privacy Policy