zhttp.Websocket
See theWebsocket companion object
Attributes
- Companion
- object
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
Members list
Value members
Concrete methods
def sendAsBinaryStream(req: Request, stream: ZStream[Any, Nothing, Chunk[Byte]]): ZIO[Any, Throwable, Unit]
def sendAsTextStream(req: Request, stream: ZStream[Any, Nothing, String]): ZIO[Any, Throwable, Unit]
In this article