dream-httpaf.dream-websocketaf-lwt
Websocketaf_lwt.Client
dream-httpaf
dream-httpaf.dream-gluten
dream-httpaf.dream-gluten-lwt
dream-httpaf.dream-gluten-lwt-unix
dream-httpaf.dream-h2
dream-httpaf.dream-h2-lwt
dream-httpaf.dream-h2-lwt-unix
dream-httpaf.dream-hpack
dream-httpaf.dream-httpaf_
dream-httpaf.dream-httpaf_-lwt
dream-httpaf.dream-httpaf_-lwt-unix
dream-httpaf.dream-websocketaf
dream-httpaf.dream-websocketaf-lwt-unix
module Client_runtime : Gluten_lwt.Client
type t
type socket = Client_runtime.socket
val connect : ?config: Dream_websocketaf_lwt.Websocketaf_lwt_intf.Websocketaf.Httpaf.Config.t -> nonce:string -> host:string -> port:int -> resource:string -> error_handler: (Dream_websocketaf_lwt.Websocketaf_lwt_intf.Websocketaf.Client_connection.error -> unit) -> websocket_handler: (Dream_websocketaf_lwt.Websocketaf_lwt_intf.Websocketaf.Wsd.t -> Dream_websocketaf_lwt.Websocketaf_lwt_intf.Websocketaf.Websocket_connection.input_handlers) -> socket -> t Lwt.t
val is_closed : t -> bool