EndpointSpec

harness.endpoint.spec.EndpointSpec
See theEndpointSpec companion object
final case class EndpointSpec[ET <: Any](method: HttpMethod, name: String, classification: Classification, description: Option[String], group: Option[String], inputWithCookiesCodec: NonBodyInputCodec[_, InputWithCookies[ET]], inputWithoutCookiesCodec: NonBodyInputCodec[_, InputWithoutCookies[ET]], inputBodyCodec: BodySchema[InputBody[ET]], outputBodyCodec: BodySchema[OutputBody[ET]], errorCodec: ErrorSchema[Error[ET]])

Attributes

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

Members list

Value members

Concrete methods

def describe(description: String): EndpointSpec[ET]
def hidden: EndpointSpec[ET]
def inGroup(group: String): EndpointSpec[ET]

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product