HttpEndpoint

smithy4s.http.HttpEndpoint
See theHttpEndpoint companion object
trait HttpEndpoint[I]

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def code: Int
def path(input: I): List[String]

Concrete methods

final def matches(rPath: IndexedSeq[String]): Option[Map[String, String]]