package dream

  1. Overview
  2. Docs
Tidy, feature-complete Web framework

Install

Dune Dependency

Authors

Maintainers

Sources

dream-1.0.0-alpha1.tar.gz
sha256=c8d988568fbbeffb151abdb4d6b903fbd3897842d3eb9b2c28fb350f0f02bbd4
md5=b8ad7f3e30f3e88e5451d92e42b49ce4

doc/websocketaf/Websocketaf/Websocket/Opcode/index.html

Module Websocket.OpcodeSource

Sourcetype standard_non_control = [
  1. | `Continuation
  2. | `Text
  3. | `Binary
]
Sourcetype standard_control = [
  1. | `Connection_close
  2. | `Ping
  3. | `Pong
]
Sourcetype t = [
  1. | standard
  2. | `Other of int
]
Sourceval code : t -> int
Sourceval of_code : int -> t option
Sourceval of_code_exn : int -> t
Sourceval to_int : t -> int
Sourceval of_int : int -> t option
Sourceval of_int_exn : int -> t
Sourceval pp_hum : Format.formatter -> t -> unit
OCaml

Innovation. Community. Security.