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

com.twitter.finatra.http.marshalling.MessageBodyReader.scala Maven / Gradle / Ivy

package com.twitter.finatra.http.marshalling

import com.twitter.finagle.http.Request

trait MessageBodyReader[T] extends MessageBodyComponent {
  def parse(request: Request): T
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy