
skinny.micro.test.ResponseStatus.scala Maven / Gradle / Ivy
The newest version!
package skinny.micro.test
/**
* Http response status.
*/
case class ResponseStatus(
code: Int,
message: String
)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy