package dream-httpaf

  1. Overview
  2. Docs
Internal: shared http/af stack for Dream (server) and Hyper (client)

Install

Dune Dependency

Authors

Maintainers

Sources

dream-1.0.0-alpha6.tar.gz
sha256=8d3b6344c0e175aca628b3d5bb8ee58265e8c1074fc2d40d63f136fef83daf90

doc/dream-httpaf.dream-websocketaf/Dream_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 : [< `Binary | `Connection_close | `Continuation | `Other of int | `Ping | `Pong | `Text ] -> int
Sourceval code_table : t array
Sourceval unsafe_of_code : int -> t
Sourceval of_code : int -> t option
Sourceval of_code_exn : int -> t
Sourceval to_int : [< `Binary | `Connection_close | `Continuation | `Other of int | `Ping | `Pong | `Text ] -> int
Sourceval of_int : int -> t option
Sourceval of_int_exn : int -> t
Sourceval pp_hum : Format.formatter -> [< `Binary | `Connection_close | `Continuation | `Other of int | `Ping | `Pong | `Text ] -> unit
OCaml

Innovation. Community. Security.