HttpResponse

smithy4s.aws.HttpResponse
case class HttpResponse(statusCode: Int, headers: List[(CaseInsensitive, String)], body: Array[Byte]) extends Access

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Access
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def metadata: Metadata

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product