HttpInterpreter

caliban.interop.tapir.HttpInterpreter
See theHttpInterpreter companion object
sealed trait HttpInterpreter[-R, E]

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Value members

Concrete methods

def configure[R1](configurator: Configurator[R1]): HttpInterpreter[R & R1, E]
def intercept[R1](interceptor: Interceptor[R1, R]): HttpInterpreter[R1, E]
def serverEndpoints[R1 <: R, S](stream: Streams[S])(implicit streamConstructor: StreamConstructor[BinaryStream]): List[CalibanEndpoint[R1, BinaryStream, S]]