HttpMalformedResponseDefinition

smithy.test.HttpMalformedResponseDefinition
See theHttpMalformedResponseDefinition companion object
final case class HttpMalformedResponseDefinition(code: Int, headers: Option[Map[String, String]], body: Option[HttpMalformedResponseBodyDefinition])

Value parameters

body

The expected response body.

code

Defines the HTTP response code.

headers

Defines a map of expected HTTP headers. Headers that are not listed in this map are ignored.

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product