package websocket-lwt

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module Frame : module type of Websocket.Frame
val upgrade_connection : Cohttp.Request.t -> Conduit_lwt_unix.flow -> (Frame.t -> unit) -> (Cohttp.Response.t * Cohttp_lwt.Body.t * (Frame.t option -> unit)) Lwt.t