TapirComputedInputs

sttp.tapir.TapirComputedInputs

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait Tapir
Self type

Members list

Value members

Concrete methods

def clientIp: EndpointInput[Option[String]]
def isWebSocket: EndpointInput[Boolean]

Concrete fields

An input which matches if the request URI ends with a trailing slash, otherwise the result is a decode failure on the path. Has no effect when used by documentation or client interpreters.

An input which matches if the request URI ends with a trailing slash, otherwise the result is a decode failure on the path. Has no effect when used by documentation or client interpreters.

Attributes