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], pathCodec: PathCodec[Path[ET]], queryCodec: QueryCodec[Query[ET]], authHeaderCodec: HeaderCodec[Auth[ET]], headerCodec: HeaderCodec[Header[ET]], inputBodyCodec: BodyCodec[InputBody[ET]], outputBodyCodec: BodyCodec[OutputBody[ET]], errorCodec: ErrorSchema[Error[ET]])
Attributes
- Companion
- object
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
- Self type
-
EndpointSpec[ET]
Members list
In this article