caliban-tapir
caliban-tapir
API
caliban.interop.tapir
ws
Protocol
Protocol
GraphQLWS
Ops
Legacy
Ops
GraphQLEndpoint
GraphQLInfallibleEndpoint
GraphQLInfallibleServerEndpoint
GraphQLServerEndpoint
HttpInterpreter
HttpInterpreter
HttpUploadInterpreter
HttpUploadInterpreter
StreamConstructor
StreamConstructor
StreamTransformer
TapirAdapter
CalibanBody
TapirResponse
TapirResponse
WebSocketHooks
WebSocketHooks
WebSocketInterpreter
WebSocketInterpreter
caliban-tapir
/
caliban.interop.tapir
/
HttpInterpreter
HttpInterpreter
caliban.interop.tapir.HttpInterpreter
See the
HttpInterpreter
companion object
sealed
trait
HttpInterpreter
[
-
R
,
E
]
Attributes
Companion
object
Graph
Reset zoom
Hide graph
Show graph
Supertypes
class
Object
trait
Matchable
class
Any
Self type
HttpInterpreter
[
R
,
E
]
Members list
Clear all
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
]]
In this article
Attributes
Members list
Value members
Concrete methods