com.twitter.finatra.http.marshalling.WriterResponse.scala Maven / Gradle / Ivy
The newest version!
package com.twitter.finatra.http.marshalling
import com.google.common.net.MediaType
case class WriterResponse(
contentType: MediaType,
body: Any,
headers: Map[String, String] = Map.empty)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy