Builder4

harness.endpoint.spec.EndpointSpec$.Builder4
class Builder4[PathT, QueryT, AuthT, HeaderT] extends Builder5[PathT, QueryT, AuthT, HeaderT, None]

Attributes

Graph
Supertypes
class Builder5[PathT, QueryT, AuthT, HeaderT, None]
class Builder6[PathT, QueryT, AuthT, HeaderT, None, None]
class Builder7[PathT, QueryT, AuthT, HeaderT, None, None, ApiInternalDefect]
class Object
trait Matchable
class Any
Show all
Known subtypes
class Builder3[PathT, QueryT, AuthT]
class Builder2[PathT, QueryT]
class Builder1[PathT]
Self type
Builder4[PathT, QueryT, AuthT, HeaderT]

Members list

Value members

Concrete methods

final def /#[H2](headerCodec: HeaderCodec[H2])(implicit z: Zip[HeaderT, H2]): Builder4[PathT, QueryT, AuthT, Out]
final def /#[H2](h: header[H2])(implicit z: Zip[HeaderT, H2]): Builder4[PathT, QueryT, AuthT, Out]
final def /#[H2](h: cookie[H2])(implicit z: Zip[HeaderT, H2]): Builder4[PathT, QueryT, AuthT, Out]
final def /#[H2](h: headerOrCookie[H2])(implicit z: Zip[HeaderT, H2]): Builder4[PathT, QueryT, AuthT, Out]
final def /#*[H2](h: header[H2])(implicit z: Zip[HeaderT, List[H2]]): Builder4[PathT, QueryT, AuthT, Out]
final def /#**[H2](h: header[H2])(implicit z: Zip[HeaderT, NonEmptyList[H2]]): Builder4[PathT, QueryT, AuthT, Out]
final def /#?[H2](h: header[H2])(implicit z: Zip[HeaderT, Option[H2]]): Builder4[PathT, QueryT, AuthT, Out]
final def /#?[H2](h: cookie[H2])(implicit z: Zip[HeaderT, Option[H2]]): Builder4[PathT, QueryT, AuthT, Out]
final def /#?[H2](h: headerOrCookie[H2])(implicit z: Zip[HeaderT, Option[H2]]): Builder4[PathT, QueryT, AuthT, Out]

Inherited methods

final def /!-->[E](b: errorBody[E]): EndpointSpec[EndpointType[PathT, QueryT, AuthT, HeaderT, InputBodyT, OutputBodyT, E]]

Attributes

Inherited from:
Builder7
final def /-->(b: none.type): Builder7[PathT, QueryT, AuthT, HeaderT, InputBodyT, None, ApiInternalDefect]

Attributes

Inherited from:
Builder6
final def /-->(b: stream.type): Builder7[PathT, QueryT, AuthT, HeaderT, InputBodyT, Stream, ApiInternalDefect]

Attributes

Inherited from:
Builder6
final def /-->[O2](b: body[O2]): Builder7[PathT, QueryT, AuthT, HeaderT, InputBodyT, Encoded[O2], ApiInternalDefect]

Attributes

Inherited from:
Builder6
final def /<--(b: none.type): Builder6[PathT, QueryT, AuthT, HeaderT, None, None]

Attributes

Inherited from:
Builder5
final def /<--(b: stream.type): Builder6[PathT, QueryT, AuthT, HeaderT, Stream, None]

Attributes

Inherited from:
Builder5
final def /<--[I2](b: body[I2]): Builder6[PathT, QueryT, AuthT, HeaderT, Encoded[I2], None]

Attributes

Inherited from:
Builder5