smithy4s.http.HttpResponse
See theHttpResponse companion object
final case class HttpResponse[+A](statusCode: Int, headers: Map[CaseInsensitive, Seq[String]], body: A)
Attributes
- Companion
- object
- Graph
-
- Supertypes
Members list
In this article