HttpEndpoint

smithy4s.http.HttpEndpoint
See theHttpEndpoint companion trait
object HttpEndpoint

Attributes

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

Members list

Type members

Classlikes

case class HttpEndpointError(message: String) extends Exception

Attributes

Supertypes
trait Product
trait Equals
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all

Value members

Concrete methods

def cast[I, E, O, SI, SO](operation: OperationSchema[I, E, O, SI, SO]): Either[HttpEndpointError, HttpEndpoint[I]]
def unapply[I, E, O, SI, SO](operation: OperationSchema[I, E, O, SI, SO]): Option[HttpEndpoint[I]]