
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