HttpResponseCodeSchemaVisitor

smithy4s.http.internals.HttpResponseCodeSchemaVisitor
See theHttpResponseCodeSchemaVisitor companion class

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
case class OptionalResponseCode[A](f: A => Option[Int]) extends ResponseCodeExtractor[A]

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class RequiredResponseCode[A](f: A => Int) extends ResponseCodeExtractor[A]

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
sealed trait ResponseCodeExtractor[-A]

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes

Value members

Concrete fields

Implicits