Module Wd_network.Intercept_phase

type t = [
  1. | `Auth_required
  2. | `Before_request_sent
  3. | `Response_started
]
val jsont : t Jsont.t