WebSocketContext

org.http4s.websocket.WebSocketContext
final case class WebSocketContext[F[_]](webSocket: WebSocket[F], headers: Headers, failureResponse: F[Response[F]])

Attributes

Source
WebSocketContext.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def imapK[G[_] : Functor](fk: FunctionK[F, G])(gk: FunctionK[G, F]): WebSocketContext[G]

Attributes

Source
WebSocketContext.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product