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

skinny.micro.test.SimpleResponse.scala Maven / Gradle / Ivy

The newest version!
package skinny.micro.test

/**
 * Simple Http response.
 */
case class SimpleResponse(
  status: Int,
  headers: Map[String, Seq[String]],
  body: String
)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy