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

dev.pellet.server.responder.http.PelletHTTPRouteContext.kt Maven / Gradle / Ivy

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

import dev.pellet.server.PelletServerClient
import dev.pellet.server.codec.http.HTTPRequestMessage

data class PelletHTTPRouteContext(
    val rawMessage: HTTPRequestMessage,
    internal val client: PelletServerClient
)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy