Raw

final case class Raw(httpMethod: HttpMethod, uri: String, headers: List[(CaseInsensitive, String)], body: Option[Array[Byte]]) extends HttpRequest
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

Inherited from:
Product