Chatoyant_native.WebsocketSourceval make :
?https:Http.https ->
?max_frame_size:int ->
net:_ Eio.Net.t ->
clock:_ Eio.Time.clock ->
unit ->
(module EFFECT)Eio WebSocket effect with RFC 6455 handshake validation, masked client frames, close/ping/pong handling, and scoped connection resources.
val with_connection :
?https:Http.https ->
?max_frame_size:int ->
net:_ Eio.Net.t ->
clock:_ Eio.Time.clock ->
request ->
(connection -> 'a) ->
('a, error) result