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

com.mesosphere.cosmos.finch.EndpointContext.scala Maven / Gradle / Ivy

The newest version!
package com.mesosphere.cosmos.finch

import com.mesosphere.cosmos.http.RequestSession

/** Information extracted from a request that affects endpoint behavior. */
case class EndpointContext[Request, Response](
  requestBody: Request,
  session: RequestSession,
  responseEncoder: MediaTypedEncoder[Response]
)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy