harness.http.server.HttpResponse
See theHttpResponse companion object
final case class HttpResponse[B](body: B, code: HttpCode, headers: Map[String, List[String]], cookies: List[SetCookie])
Attributes
- Companion
- object
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
- Self type
-
HttpResponse[B]
Members list
In this article