diff --git a/libraries/WebSocket.elm b/libraries/WebSocket.elm index 8c20f5d..46edba8 100644 --- a/libraries/WebSocket.elm +++ b/libraries/WebSocket.elm @@ -1,6 +1,10 @@ module WebSocket where {-| A library for low latency HTTP communication. See the HTTP library for -standard requests like GET, POST, etc. +standard requests like GET, POST, etc. The API of this library is likely to +change to make it more flexible. + +# Open a Connection +@docs connect -} import Signal (Signal)