We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cc8c07 commit e58c312Copy full SHA for e58c312
async/websocket_async.ml
@@ -20,6 +20,8 @@ open Core
20
open Async
21
open Cohttp
22
23
+module Frame = Websocket.Frame
24
+
25
module Async_IO = Websocket.Make(Cohttp_async.Io)
26
open Async_IO
27
async/websocket_async.mli
@@ -28,6 +28,8 @@ open Websocket
28
open Core
29
30
31
32
33
val client :
34
?name:string ->
35
?extra_headers:Cohttp.Header.t ->
0 commit comments