websocketaf
Websocket.Opcode
dream
dream.cipher
dream.graphiql
dream.graphql
dream.http
dream.localhost
dream.middleware
dream.pure
dream.sql
gluten
gluten-lwt
gluten-lwt-unix
h2
h2-lwt
h2-lwt-unix
hpack
httpaf
httpaf-lwt
httpaf-lwt-unix
type standard_non_control = [
| `Continuation
| `Text
| `Binary
]
type standard_control = [
| `Connection_close
| `Ping
| `Pong
type standard = [
| standard_non_control
| standard_control
type t = [
| standard
| `Other of int
val code : t -> int
val of_code : int -> t option
val of_code_exn : int -> t
val to_int : t -> int
val of_int : int -> t option
val of_int_exn : int -> t
val pp_hum : Format.formatter -> t -> unit