RichZServerEndpoint

sttp.tapir.ztapir.ZTapir.RichZServerEndpoint
implicit class RichZServerEndpoint[R, C](zse: ZServerEndpoint[R, C])

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def widen[R2 <: R]: ZServerEndpoint[R2, C]

Extends the environment so that it can be made uniform across multiple endpoints.

Extends the environment so that it can be made uniform across multiple endpoints.

Attributes