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

lspace.services.rest.request.UserRequest.scala Maven / Gradle / Ivy

package lspace.services.rest.request

import com.twitter.finagle.http.{Request, Response}
import lspace.services.rest.response.WrappedResponse
import lspace.services.rest.security.UserSseSession

case class UserRequest(request: Request, appSession: UserSseSession) extends WrappedRequest




© 2015 - 2025 Weber Informatics LLC | Privacy Policy