package shuttle_websocket

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t
val create : ?buffer_size:int -> ?error_handler:Shuttle_http.Server.error_handler -> ?response_headers:(string * string) list -> ?opcode:[ `Binary | `Text ] -> ?subprotocol:(string list -> string option) -> unit -> t
val default : t