ZHttpAdapter

caliban.ZHttpAdapter
object ZHttpAdapter

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def makeHttpService[R, E](interpreter: HttpInterpreter[R, E])(implicit serverOptions: ZioHttpServerOptions[R]): App[R]
def makeWebSocketService[R, E](interpreter: WebSocketInterpreter[R, E])(implicit serverOptions: ZioHttpServerOptions[R]): App[R]

Concrete fields

val defaultWebSocketConfig: WebSocketConfig