HttpEndpoint

smithy4s.http.HttpEndpoint$
See theHttpEndpoint companion trait

Attributes

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

Members list

Concise view

Type members

Classlikes

case class HttpEndpointError(message: String) extends Exception

Attributes

Graph
Supertypes
trait Product
trait Equals
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any

Value members

Concrete methods

def cast[Op[_, _, _, _, _], I, E, O, SI, SO](endpoint: Endpoint[Op, I, E, O, SI, SO]): Either[HttpEndpointError, HttpEndpoint[I]]
def unapply[Op[_, _, _, _, _], I, E, O, SI, SO](endpoint: Endpoint[Op, I, E, O, SI, SO]): Option[HttpEndpoint[I]]