
org.scalatra.test.SimpleResponse.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of scalatra-test-javax_3 Show documentation
Show all versions of scalatra-test-javax_3 Show documentation
The abstract Scalatra test framework
The newest version!
package org.scalatra.test
case class SimpleResponse(
status: Int,
headers: Map[String, Seq[String]],
body: String)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy