Module Wd_network.Data_type

type t = [
  1. | `Request
  2. | `Response
]
val jsont : t Jsont.t